#2B43CB

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

Shades of Cerulean Blue #2B43CB

Tints of Cerulean Blue #2B43CB

Color information

#2B43CB (or 0x2B43CB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 43 and CB. RGB value is (43,67,203). Sum of RGB (Red+Green+Blue) = 43+67+203=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B43CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B43CB is #D4BC34. Grayscale: #4A4A4A. Windows color (decimal): -13941813 or 13321003. OLE color: 13321003.

HSL color Cylindrical-coordinate representation of color #2B43CB: hue angle of 231º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B43CB is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4367203-
CMYK0.790.6700.20
HSL231º65.04%48.24%-
HSV(B)231º78.82%79.61%-
XYZ13.788.8457.48-
YUV75.33200.05104.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=13.74%
G=21.41%
B=64.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43672030.790.6700.2023165.0448.24
Hex2B43CB4F43014e74130
Octal5310331311710302434710160
Binary10101110000111100101110011111000011010100111001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B43CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,203); }

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

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

 a { background-color: rgb(43,67,203); }

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

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

 span { border-color: rgb(43,67,203); }

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