#2B4CD1

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

Shades of Cerulean Blue #2B4CD1

Tints of Cerulean Blue #2B4CD1

Color information

#2B4CD1 (or 0x2B4CD1) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4C and D1. RGB value is (43,76,209). Sum of RGB (Red+Green+Blue) = 43+76+209=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #2B4CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CD1 is #D4B32E. Grayscale: #505050. Windows color (decimal): -13939503 or 13716523. OLE color: 13716523.

HSL color Cylindrical-coordinate representation of color #2B4CD1: hue angle of 228.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4CD1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4376209-
CMYK0.790.6400.18
HSL228.07º65.87%49.41%-
HSV(B)228.07º79.43%81.96%-
XYZ15.0910.2961.51-
YUV81.29200.07100.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 209 (82.03% from 255) = 63.72%
R=13.11%
G=23.17%
B=63.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43762090.790.6400.18228.0765.8749.41
Hex2B4CD14F40012e44231
Octal5311432111710002234410261
Binary10101110011001101000110011111000000010010111001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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