#295BB5

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

Shades of Cerulean Blue #295BB5

Tints of Cerulean Blue #295BB5

Color information

#295BB5 (or 0x295BB5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5B and B5. RGB value is (41,91,181). Sum of RGB (Red+Green+Blue) = 41+91+181=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #295BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BB5 is #D6A44A. Grayscale: #555555. Windows color (decimal): -14066763 or 11885353. OLE color: 11885353.

HSL color Cylindrical-coordinate representation of color #295BB5: hue angle of 218.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295BB5 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4191181-
CMYK0.770.5000.29
HSL218.57º63.06%43.53%-
HSV(B)218.57º77.35%70.98%-
XYZ1311.2945.21-
YUV86.31181.4495.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 181 (71.09% from 255) = 57.83%
R=13.10%
G=29.07%
B=57.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41911810.770.5000.29218.5763.0643.53
Hex295BB54D3201Ddb3f2c
Octal51133265115620353337754
Binary101001101101110110101100110111001001110111011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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