#2D4BBE

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

Shades of Cerulean Blue #2D4BBE

Tints of Cerulean Blue #2D4BBE

Color information

#2D4BBE (or 0x2D4BBE) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4B and BE. RGB value is (45,75,190). Sum of RGB (Red+Green+Blue) = 45+75+190=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4BBE is #D2B441. Grayscale: #4E4E4E. Windows color (decimal): -13808706 or 12471085. OLE color: 12471085.

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

Color convert

RGB4575190-
CMYK0.760.6100.25
HSL227.59º61.7%46.08%-
HSV(B)227.59º76.32%74.51%-
XYZ12.899.3149.83-
YUV79.14190.56103.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.52%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=14.52%
G=24.19%
B=61.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45751900.760.6100.25227.5961.746.08
Hex2D4BBE4C3D019e43e2e
Octal55113276114750313447656
Binary101101100101110111110100110011110101100111100100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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