#295DBA

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

Shades of Cerulean Blue #295DBA

Tints of Cerulean Blue #295DBA

Color information

#295DBA (or 0x295DBA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5D and BA. RGB value is (41,93,186). Sum of RGB (Red+Green+Blue) = 41+93+186=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #295DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBA is #D6A245. Grayscale: #575757. Windows color (decimal): -14066246 or 12213545. OLE color: 12213545.

HSL color Cylindrical-coordinate representation of color #295DBA: hue angle of 218.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DBA is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4193186-
CMYK0.780.500.27
HSL218.48º63.88%44.51%-
HSV(B)218.48º77.96%72.94%-
XYZ13.6911.8548.02-
YUV88.05183.2794.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=12.81%
G=29.06%
B=58.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41931860.780.500.27218.4863.8844.51
Hex295DBA4E3201Bda402d
Octal511352721166203333210055
Binary1010011011101101110101001110110010011011110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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