#408CC0

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

Shades of Curious Blue #408CC0

Tints of Curious Blue #408CC0

Color information

#408CC0 (or 0x408CC0) is unknown color: approx Curious Blue. HEX triplet: 40, 8C and C0. RGB value is (64,140,192). Sum of RGB (Red+Green+Blue) = 64+140+192=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #408CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC0 is #BF733F. Grayscale: #7A7A7A. Windows color (decimal): -12546880 or 12618816. OLE color: 12618816.

HSL color Cylindrical-coordinate representation of color #408CC0: hue angle of 204.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408CC0 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64140192-
CMYK0.670.2700.25
HSL204.38º50.39%50.2%-
HSV(B)204.38º66.67%75.29%-
XYZ21.0123.6553.33-
YUV123.2166.8285.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 192 (75.39% from 255) = 48.48%
R=16.16%
G=35.35%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641401920.670.2700.25204.3850.3950.2
Hex408CC0431B019cc3232
Octal100214300103330313146262
Binary1000000100011001100000010000111101101100111001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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