#2B4CBB

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

Shades of Cerulean Blue #2B4CBB

Tints of Cerulean Blue #2B4CBB

Color information

#2B4CBB (or 0x2B4CBB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4C and BB. RGB value is (43,76,187). Sum of RGB (Red+Green+Blue) = 43+76+187=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B4CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CBB is #D4B344. Grayscale: #4E4E4E. Windows color (decimal): -13939525 or 12274731. OLE color: 12274731.

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

Color convert

RGB4376187-
CMYK0.770.5900.27
HSL226.25º62.61%45.1%-
HSV(B)226.25º77.01%73.33%-
XYZ12.559.2748.14-
YUV78.79189.07102.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=14.05%
G=24.84%
B=61.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43761870.770.5900.27226.2562.6145.1
Hex2B4CBB4D3B01Be23f2d
Octal53114273115730333427755
Binary101011100110010111011100110111101101101111100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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