#2B4FB8

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

Shades of Cerulean Blue #2B4FB8

Tints of Cerulean Blue #2B4FB8

Color information

#2B4FB8 (or 0x2B4FB8) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4F and B8. RGB value is (43,79,184). Sum of RGB (Red+Green+Blue) = 43+79+184=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #2B4FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FB8 is #D4B047. Grayscale: #4F4F4F. Windows color (decimal): -13938760 or 12078891. OLE color: 12078891.

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

Color convert

RGB4379184-
CMYK0.770.5700.28
HSL224.68º62.11%44.51%-
HSV(B)224.68º76.63%72.16%-
XYZ12.449.5746.54-
YUV80.21186.57101.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 184 (72.27% from 255) = 60.13%
R=14.05%
G=25.82%
B=60.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43791840.770.5700.28224.6862.1144.51
Hex2B4FB84D3901Ce13e2d
Octal53117270115710343417655
Binary101011100111110111000100110111100101110011100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,79,184); }

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

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

 a { background-color: rgb(43,79,184); }

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

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

 span { border-color: rgb(43,79,184); }

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