#295BCC

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

Shades of Cerulean Blue #295BCC

Tints of Cerulean Blue #295BCC

Color information

#295BCC (or 0x295BCC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5B and CC. RGB value is (41,91,204). Sum of RGB (Red+Green+Blue) = 41+91+204=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #295BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCC is #D6A433. Grayscale: #585858. Windows color (decimal): -14066740 or 13392681. OLE color: 13392681.

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

Color convert

RGB4191204-
CMYK0.800.5500.2
HSL221.6º66.53%48.04%-
HSV(B)221.6º79.9%80%-
XYZ15.5512.3158.68-
YUV88.93192.9493.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=12.20%
G=27.08%
B=60.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41912040.800.5500.2221.666.5348.04
Hex295BCC5037014de4330
Octal511333141206702433610360
Binary1010011011011110011001010000110111010100110111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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