#2D5CBE

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

Shades of Cerulean Blue #2D5CBE

Tints of Cerulean Blue #2D5CBE

Color information

#2D5CBE (or 0x2D5CBE) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5C and BE. RGB value is (45,92,190). Sum of RGB (Red+Green+Blue) = 45+92+190=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CBE is #D2A341. Grayscale: #585858. Windows color (decimal): -13804354 or 12475437. OLE color: 12475437.

HSL color Cylindrical-coordinate representation of color #2D5CBE: hue angle of 220.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5CBE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4592190-
CMYK0.760.5200.25
HSL220.55º61.7%46.08%-
HSV(B)220.55º76.32%74.51%-
XYZ14.211.9350.27-
YUV89.12184.9396.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=13.76%
G=28.13%
B=58.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45921900.760.5200.25220.5561.746.08
Hex2D5CBE4C34019dd3e2e
Octal55134276114640313357656
Binary101101101110010111110100110011010001100111011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,92,190); }

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

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

 a { background-color: rgb(45,92,190); }

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

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

 span { border-color: rgb(45,92,190); }

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