#2D5EBA

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

Shades of Cerulean Blue #2D5EBA

Tints of Cerulean Blue #2D5EBA

Color information

#2D5EBA (or 0x2D5EBA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5E and BA. RGB value is (45,94,186). Sum of RGB (Red+Green+Blue) = 45+94+186=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5EBA is #D2A145. Grayscale: #595959. Windows color (decimal): -13803846 or 12213805. OLE color: 12213805.

HSL color Cylindrical-coordinate representation of color #2D5EBA: hue angle of 219.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5EBA is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4594186-
CMYK0.760.4900.27
HSL219.15º61.04%45.29%-
HSV(B)219.15º75.81%72.94%-
XYZ13.9512.1148.06-
YUV89.84182.2796.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.85%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=13.85%
G=28.92%
B=57.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45941860.760.4900.27219.1561.0445.29
Hex2D5EBA4C3101Bdb3d2d
Octal55136272114610333337555
Binary101101101111010111010100110011000101101111011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5EBA; }

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

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

<style>
 a { background-color: #2D5EBA; }

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

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

<style>
 span { border-color: #2D5EBA; }

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

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