#295ACC

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

Shades of Cerulean Blue #295ACC

Tints of Cerulean Blue #295ACC

Color information

#295ACC (or 0x295ACC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5A and CC. RGB value is (41,90,204). Sum of RGB (Red+Green+Blue) = 41+90+204=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #295ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ACC is #D6A533. Grayscale: #575757. Windows color (decimal): -14066996 or 13392425. OLE color: 13392425.

HSL color Cylindrical-coordinate representation of color #295ACC: hue angle of 221.96º 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 #295ACC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4190204-
CMYK0.800.5600.2
HSL221.96º66.53%48.04%-
HSV(B)221.96º79.9%80%-
XYZ15.4712.1458.66-
YUV88.34193.2794.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=12.24%
G=26.87%
B=60.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41902040.800.5600.2221.9666.5348.04
Hex295ACC5038014de4330
Octal511323141207002433610360
Binary1010011011010110011001010000111000010100110111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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