#295ECC

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

Shades of Cerulean Blue #295ECC

Tints of Cerulean Blue #295ECC

Color information

#295ECC (or 0x295ECC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5E and CC. RGB value is (41,94,204). Sum of RGB (Red+Green+Blue) = 41+94+204=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #295ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ECC is #D6A133. Grayscale: #5A5A5A. Windows color (decimal): -14065972 or 13393449. OLE color: 13393449.

HSL color Cylindrical-coordinate representation of color #295ECC: hue angle of 220.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295ECC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4194204-
CMYK0.800.5400.2
HSL220.49º66.53%48.04%-
HSV(B)220.49º79.9%80%-
XYZ15.8212.8458.77-
YUV90.69191.9492.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 204 (80.08% from 255) = 60.18%
R=12.09%
G=27.73%
B=60.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41942040.800.5400.2220.4966.5348.04
Hex295ECC5036014dc4330
Octal511363141206602433410360
Binary1010011011110110011001010000110110010100110111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,204); }

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

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

 a { background-color: rgb(41,94,204); }

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

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

 span { border-color: rgb(41,94,204); }

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