#295ABE

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

Shades of Cerulean Blue #295ABE

Tints of Cerulean Blue #295ABE

Color information

#295ABE (or 0x295ABE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5A and BE. RGB value is (41,90,190). Sum of RGB (Red+Green+Blue) = 41+90+190=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #295ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABE is #D6A541. Grayscale: #565656. Windows color (decimal): -14067010 or 12474921. OLE color: 12474921.

HSL color Cylindrical-coordinate representation of color #295ABE: hue angle of 220.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295ABE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4190190-
CMYK0.780.5300.25
HSL220.27º64.5%45.29%-
HSV(B)220.27º78.42%74.51%-
XYZ13.8611.550.2-
YUV86.75186.2795.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.77%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=12.77%
G=28.04%
B=59.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41901900.780.5300.25220.2764.545.29
Hex295ABE4E35019dc412d
Octal511322761166503133410155
Binary1010011011010101111101001110110101011001110111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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