#448CBA

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

Shades of Curious Blue #448CBA

Tints of Curious Blue #448CBA

Color information

#448CBA (or 0x448CBA) is unknown color: approx Curious Blue. HEX triplet: 44, 8C and BA. RGB value is (68,140,186). Sum of RGB (Red+Green+Blue) = 68+140+186=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #448CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBA is #BB7345. Grayscale: #7B7B7B. Windows color (decimal): -12284742 or 12225604. OLE color: 12225604.

HSL color Cylindrical-coordinate representation of color #448CBA: hue angle of 203.39º 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 #448CBA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68140186-
CMYK0.630.2500.27
HSL203.39º46.46%49.8%-
HSV(B)203.39º63.44%72.94%-
XYZ20.6223.5349.91-
YUV123.72163.1588.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=17.26%
G=35.53%
B=47.21%

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
Decimal681401860.630.2500.27203.3946.4649.8
Hex448CBA3F1901Bcb2e32
Octal10421427277310333135662
Binary100010010001100101110101111111100101101111001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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