#408CC2

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

Shades of Curious Blue #408CC2

Tints of Curious Blue #408CC2

Color information

#408CC2 (or 0x408CC2) is unknown color: approx Curious Blue. HEX triplet: 40, 8C and C2. RGB value is (64,140,194). Sum of RGB (Red+Green+Blue) = 64+140+194=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #408CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC2 is #BF733D. Grayscale: #7B7B7B. Windows color (decimal): -12546878 or 12749888. OLE color: 12749888.

HSL color Cylindrical-coordinate representation of color #408CC2: hue angle of 204.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408CC2 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64140194-
CMYK0.670.2800.24
HSL204.92º51.59%50.59%-
HSV(B)204.92º67.01%76.08%-
XYZ21.2323.7454.5-
YUV123.43167.8285.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.08%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 194 (76.17% from 255) = 48.74%
R=16.08%
G=35.18%
B=48.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641401940.670.2800.24204.9251.5950.59
Hex408CC2431C018cd3433
Octal100214302103340303156463
Binary1000000100011001100001010000111110001100011001101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408CC2; }

 p { color: rgb(64,140,194); }

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

<style>
 a { background-color: #408CC2; }

 a { background-color: rgb(64,140,194); }

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

<style>
 span { border-color: #408CC2; }

 span { border-color: rgb(64,140,194); }

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