#448EBC

Color #448EBC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #448EBC

Tints of Curious Blue #448EBC

Color information

#448EBC (or 0x448EBC) is unknown color: approx Curious Blue. HEX triplet: 44, 8E and BC. RGB value is (68,142,188). Sum of RGB (Red+Green+Blue) = 68+142+188=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #448EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBC is #BB7143. Grayscale: #7C7C7C. Windows color (decimal): -12284228 or 12357188. OLE color: 12357188.

HSL color Cylindrical-coordinate representation of color #448EBC: hue angle of 203º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448EBC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68142188-
CMYK0.640.2400.26
HSL203º47.24%50.2%-
HSV(B)203º63.83%73.73%-
XYZ21.1324.2151.14-
YUV125.12163.4887.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=17.09%
G=35.68%
B=47.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681421880.640.2400.2620347.2450.2
Hex448EBC401801Acb2f32
Octal104216274100300323135762
Binary1000100100011101011110010000001100001101011001011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448EBC; }

 p { color: rgb(68,142,188); }

 H1.HeaderClassName
 {
   color: #448EBC;
 }
 .AnyTagClassName
 {
   color: #448EBC;
 }
</style>
background-color css

<style>
 a { background-color: #448EBC; }

 a { background-color: rgb(68,142,188); }

 div.DivClassName
 {
   background-color: #448EBC;
 }
 .BgClassName
 {
   background-color: #448EBC;
 }
</style>
border-color css

<style>
 span { border-color: #448EBC; }

 span { border-color: rgb(68,142,188); }

 td.TdClassName
 {
   border-color: #448EBC;
 }
 .TagClassName
 {
   border-color: #448EBC;
 }
</style>