#448FC2

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

Shades of Curious Blue #448FC2

Tints of Curious Blue #448FC2

Color information

#448FC2 (or 0x448FC2) is unknown color: approx Curious Blue. HEX triplet: 44, 8F and C2. RGB value is (68,143,194). Sum of RGB (Red+Green+Blue) = 68+143+194=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #448FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FC2 is #BB703D. Grayscale: #7E7E7E. Windows color (decimal): -12283966 or 12750660. OLE color: 12750660.

HSL color Cylindrical-coordinate representation of color #448FC2: hue angle of 204.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448FC2 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68143194-
CMYK0.650.2600.24
HSL204.29º50.81%51.37%-
HSV(B)204.29º64.95%76.08%-
XYZ21.9424.7754.66-
YUV126.39166.1586.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.79%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=16.79%
G=35.31%
B=47.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681431940.650.2600.24204.2950.8151.37
Hex448FC2411A018cc3333
Octal104217302101320303146363
Binary1000100100011111100001010000011101001100011001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,143,194); }

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

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

 a { background-color: rgb(68,143,194); }

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

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

 span { border-color: rgb(68,143,194); }

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