#448bba

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

Shades of Curious Blue #448BBA

Tints of Curious Blue #448BBA

Color information

#448BBA (or 0x448BBA) is unknown color: approx Curious Blue. HEX triplet: 44, 8B and BA. RGB value is (68,139,186). Sum of RGB (Red+Green+Blue) = 68+139+186=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #448BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBA is #BB7445. Grayscale: #7A7A7A. Windows color (decimal): -12284998 or 12225348. OLE color: 12225348.

HSL color Cylindrical-coordinate representation of color #448BBA: hue angle of 203.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448BBA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68139186-
CMYK0.630.2500.27
HSL203.9º46.46%49.8%-
HSV(B)203.9º63.44%72.94%-
XYZ20.4823.2449.86-
YUV123.13163.4888.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=17.30%
G=35.37%
B=47.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681391860.630.2500.27203.946.4649.8
Hex448BBA3F1901Bcc2e32
Octal10421327277310333145662
Binary100010010001011101110101111111100101101111001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,186); }

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

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

 a { background-color: rgb(68,139,186); }

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

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

 span { border-color: rgb(68,139,186); }

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