#295DB5

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

Shades of Cerulean Blue #295DB5

Tints of Cerulean Blue #295DB5

Color information

#295DB5 (or 0x295DB5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5D and B5. RGB value is (41,93,181). Sum of RGB (Red+Green+Blue) = 41+93+181=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #295DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DB5 is #D6A24A. Grayscale: #575757. Windows color (decimal): -14066251 or 11885865. OLE color: 11885865.

HSL color Cylindrical-coordinate representation of color #295DB5: hue angle of 217.71º 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 #295DB5 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4193181-
CMYK0.770.4900.29
HSL217.71º63.06%43.53%-
HSV(B)217.71º77.35%70.98%-
XYZ13.1711.6445.27-
YUV87.48180.7794.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=13.02%
G=29.52%
B=57.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41931810.770.4900.29217.7163.0643.53
Hex295DB54D3101Dda3f2c
Octal51135265115610353327754
Binary101001101110110110101100110111000101110111011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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