#295AD2

Color #295AD2 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #295AD2

Tints of Cerulean Blue #295AD2

Color information

#295AD2 (or 0x295AD2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5A and D2. RGB value is (41,90,210). Sum of RGB (Red+Green+Blue) = 41+90+210=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #295AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AD2 is #D6A52D. Grayscale: #585858. Windows color (decimal): -14066990 or 13785641. OLE color: 13785641.

HSL color Cylindrical-coordinate representation of color #295AD2: hue angle of 222.6º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295AD2 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4190210-
CMYK0.800.5700.18
HSL222.6º67.33%49.22%-
HSV(B)222.6º80.48%82.35%-
XYZ16.212.4462.52-
YUV89.03196.2793.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 210 (82.42% from 255) = 61.58%
R=12.02%
G=26.39%
B=61.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41902100.800.5700.18222.667.3349.22
Hex295AD25039012df4331
Octal511323221207102233710361
Binary1010011011010110100101010000111001010010110111111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295AD2; }

 p { color: rgb(41,90,210); }

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

<style>
 a { background-color: #295AD2; }

 a { background-color: rgb(41,90,210); }

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

<style>
 span { border-color: #295AD2; }

 span { border-color: rgb(41,90,210); }

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