#2b4db7

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

Shades of Cerulean Blue #2B4DB7

Tints of Cerulean Blue #2B4DB7

Color information

#2B4DB7 (or 0x2B4DB7) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4D and B7. RGB value is (43,77,183). Sum of RGB (Red+Green+Blue) = 43+77+183=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B4DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DB7 is #D4B248. Grayscale: #4E4E4E. Windows color (decimal): -13939273 or 12012843. OLE color: 12012843.

HSL color Cylindrical-coordinate representation of color #2B4DB7: hue angle of 225.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4DB7 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4377183-
CMYK0.770.5800.28
HSL225.43º61.95%44.31%-
HSV(B)225.43º76.5%71.76%-
XYZ12.29.2445.94-
YUV78.92186.74102.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.19%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 183 (71.88% from 255) = 60.40%
R=14.19%
G=25.41%
B=60.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43771830.770.5800.28225.4361.9544.31
Hex2B4DB74D3A01Ce13e2c
Octal53115267115720343417654
Binary101011100110110110111100110111101001110011100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b4db7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,77,183); }

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

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

 a { background-color: rgb(43,77,183); }

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

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

 span { border-color: rgb(43,77,183); }

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