#2B4EBB

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

Shades of Cerulean Blue #2B4EBB

Tints of Cerulean Blue #2B4EBB

Color information

#2B4EBB (or 0x2B4EBB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4E and BB. RGB value is (43,78,187). Sum of RGB (Red+Green+Blue) = 43+78+187=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B4EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EBB is #D4B144. Grayscale: #4F4F4F. Windows color (decimal): -13939013 or 12275243. OLE color: 12275243.

HSL color Cylindrical-coordinate representation of color #2B4EBB: hue angle of 225.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B4EBB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4378187-
CMYK0.770.5800.27
HSL225.42º62.61%45.1%-
HSV(B)225.42º77.01%73.33%-
XYZ12.699.5548.19-
YUV79.96188.4101.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=13.96%
G=25.32%
B=60.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43781870.770.5800.27225.4262.6145.1
Hex2B4EBB4D3A01Be13f2d
Octal53116273115720333417755
Binary101011100111010111011100110111101001101111100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,187); }

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

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

 a { background-color: rgb(43,78,187); }

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

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

 span { border-color: rgb(43,78,187); }

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