#2B54C4

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

Shades of Cerulean Blue #2B54C4

Tints of Cerulean Blue #2B54C4

Color information

#2B54C4 (or 0x2B54C4) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 54 and C4. RGB value is (43,84,196). Sum of RGB (Red+Green+Blue) = 43+84+196=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B54C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54C4 is #D4AB3B. Grayscale: #545454. Windows color (decimal): -13937468 or 12866603. OLE color: 12866603.

HSL color Cylindrical-coordinate representation of color #2B54C4: hue angle of 223.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B54C4 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4384196-
CMYK0.780.5700.23
HSL223.92º64.02%46.86%-
HSV(B)223.92º78.06%76.86%-
XYZ14.1310.8453.57-
YUV84.51190.9298.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 196 (76.95% from 255) = 60.68%
R=13.31%
G=26.01%
B=60.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43841960.780.5700.23223.9264.0246.86
Hex2B54C44E39017e0402f
Octal531243041167102734010057
Binary1010111010100110001001001110111001010111111000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B54C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,196); }

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

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

 a { background-color: rgb(43,84,196); }

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

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

 span { border-color: rgb(43,84,196); }

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