#409ACA

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

Shades of Curious Blue #409ACA

Tints of Curious Blue #409ACA

Color information

#409ACA (or 0x409ACA) is unknown color: approx Curious Blue. HEX triplet: 40, 9A and CA. RGB value is (64,154,202). Sum of RGB (Red+Green+Blue) = 64+154+202=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #409ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ACA is #BF6535. Grayscale: #848484. Windows color (decimal): -12543286 or 13277760. OLE color: 13277760.

HSL color Cylindrical-coordinate representation of color #409ACA: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409ACA is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64154202-
CMYK0.680.2400.21
HSL200.87º56.56%52.16%-
HSV(B)200.87º68.32%79.22%-
XYZ24.3328.4760.09-
YUV132.56167.1879.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.24%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=15.24%
G=36.67%
B=48.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641542020.680.2400.21200.8756.5652.16
Hex409ACA4418015c93934
Octal100232312104300253117164
Binary1000000100110101100101010001001100001010111001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409ACA; }

 p { color: rgb(64,154,202); }

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

<style>
 a { background-color: #409ACA; }

 a { background-color: rgb(64,154,202); }

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

<style>
 span { border-color: #409ACA; }

 span { border-color: rgb(64,154,202); }

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