#295EBA

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

Shades of Cerulean Blue #295EBA

Tints of Cerulean Blue #295EBA

Color information

#295EBA (or 0x295EBA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5E and BA. RGB value is (41,94,186). Sum of RGB (Red+Green+Blue) = 41+94+186=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #295EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EBA is #D6A145. Grayscale: #585858. Windows color (decimal): -14065990 or 12213801. OLE color: 12213801.

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

Color convert

RGB4194186-
CMYK0.780.4900.27
HSL218.07º63.88%44.51%-
HSV(B)218.07º77.96%72.94%-
XYZ13.7812.0248.05-
YUV88.64182.9494.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.77%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=12.77%
G=29.28%
B=57.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41941860.780.4900.27218.0763.8844.51
Hex295EBA4E3101Bda402d
Octal511362721166103333210055
Binary1010011011110101110101001110110001011011110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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