#2D55BA

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

Shades of Cerulean Blue #2D55BA

Tints of Cerulean Blue #2D55BA

Color information

#2D55BA (or 0x2D55BA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 55 and BA. RGB value is (45,85,186). Sum of RGB (Red+Green+Blue) = 45+85+186=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D55BA is #D2AA45. Grayscale: #545454. Windows color (decimal): -13806150 or 12211501. OLE color: 12211501.

HSL color Cylindrical-coordinate representation of color #2D55BA: hue angle of 222.98º 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 #2D55BA is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4585186-
CMYK0.760.5400.27
HSL222.98º61.04%45.29%-
HSV(B)222.98º75.81%72.94%-
XYZ13.1910.647.81-
YUV84.55185.2599.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.24%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=14.24%
G=26.90%
B=58.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45851860.760.5400.27222.9861.0445.29
Hex2D55BA4C3601Bdf3d2d
Octal55125272114660333377555
Binary101101101010110111010100110011011001101111011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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