#448EB7

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

Shades of Curious Blue #448EB7

Tints of Curious Blue #448EB7

Color information

#448EB7 (or 0x448EB7) is unknown color: approx Curious Blue. HEX triplet: 44, 8E and B7. RGB value is (68,142,183). Sum of RGB (Red+Green+Blue) = 68+142+183=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #448EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EB7 is #BB7148. Grayscale: #7C7C7C. Windows color (decimal): -12284233 or 12029508. OLE color: 12029508.

HSL color Cylindrical-coordinate representation of color #448EB7: hue angle of 201.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448EB7 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68142183-
CMYK0.630.2200.28
HSL201.39º45.82%49.22%-
HSV(B)201.39º62.84%71.76%-
XYZ20.623.9948.35-
YUV124.55160.9887.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 183 (71.88% from 255) = 46.56%
R=17.30%
G=36.13%
B=46.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681421830.630.2200.28201.3945.8249.22
Hex448EB73F1601Cc92e31
Octal10421626777260343115661
Binary100010010001110101101111111111011001110011001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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