#2B44CA

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

Shades of Cerulean Blue #2B44CA

Tints of Cerulean Blue #2B44CA

Color information

#2B44CA (or 0x2B44CA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 44 and CA. RGB value is (43,68,202). Sum of RGB (Red+Green+Blue) = 43+68+202=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B44CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44CA is #D4BB35. Grayscale: #4B4B4B. Windows color (decimal): -13941558 or 13255723. OLE color: 13255723.

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

Color convert

RGB4368202-
CMYK0.790.6600.21
HSL230.57º64.9%48.04%-
HSV(B)230.57º78.71%79.22%-
XYZ13.728.9156.87-
YUV75.8199.22104.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=13.74%
G=21.73%
B=64.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43682020.790.6600.21230.5764.948.04
Hex2B44CA4F42015e74130
Octal5310431211710202534710160
Binary10101110001001100101010011111000010010101111001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,202); }

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

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

 a { background-color: rgb(43,68,202); }

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

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

 span { border-color: rgb(43,68,202); }

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