#408AC3

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

Shades of Curious Blue #408AC3

Tints of Curious Blue #408AC3

Color information

#408AC3 (or 0x408AC3) is unknown color: approx Curious Blue. HEX triplet: 40, 8A and C3. RGB value is (64,138,195). Sum of RGB (Red+Green+Blue) = 64+138+195=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #408AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AC3 is #BF753C. Grayscale: #7A7A7A. Windows color (decimal): -12547389 or 12814912. OLE color: 12814912.

HSL color Cylindrical-coordinate representation of color #408AC3: hue angle of 206.11º 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 #408AC3 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64138195-
CMYK0.670.2900.24
HSL206.11º52.19%50.78%-
HSV(B)206.11º67.18%76.47%-
XYZ21.0523.2155-
YUV122.37168.9886.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 195 (76.56% from 255) = 49.12%
R=16.12%
G=34.76%
B=49.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641381950.670.2900.24206.1152.1950.78
Hex408AC3431D018ce3433
Octal100212303103350303166463
Binary1000000100010101100001110000111110101100011001110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,138,195); }

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

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

 a { background-color: rgb(64,138,195); }

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

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

 span { border-color: rgb(64,138,195); }

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