#2D5BBB

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

Shades of Cerulean Blue #2D5BBB

Tints of Cerulean Blue #2D5BBB

Color information

#2D5BBB (or 0x2D5BBB) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5B and BB. RGB value is (45,91,187). Sum of RGB (Red+Green+Blue) = 45+91+187=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D5BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BBB is #D2A444. Grayscale: #575757. Windows color (decimal): -13804613 or 12278573. OLE color: 12278573.

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

Color convert

RGB4591187-
CMYK0.760.5100.27
HSL220.56º61.21%45.49%-
HSV(B)220.56º75.94%73.33%-
XYZ13.7911.6348.53-
YUV88.19183.7697.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.93%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=13.93%
G=28.17%
B=57.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45911870.760.5100.27220.5661.2145.49
Hex2D5BBB4C3301Bdd3d2d
Octal55133273114630333357555
Binary101101101101110111011100110011001101101111011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,187); }

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

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

 a { background-color: rgb(45,91,187); }

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

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

 span { border-color: rgb(45,91,187); }

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