#2149B3

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

Shades of Cerulean Blue #2149B3

Tints of Cerulean Blue #2149B3

Color information

#2149B3 (or 0x2149B3) is unknown color: approx Cerulean Blue. HEX triplet: 21, 49 and B3. RGB value is (33,73,179). Sum of RGB (Red+Green+Blue) = 33+73+179=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 179 (70.31% from 255 or 62.81% from 285); Max value from RGB is 179 - color contains mainly: blue. Hex color #2149B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149B3 is #DEB64C. Grayscale: #484848. Windows color (decimal): -14595661 or 11749665. OLE color: 11749665.

HSL color Cylindrical-coordinate representation of color #2149B3: hue angle of 223.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2149B3 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3373179-
CMYK0.820.5900.30
HSL223.56º68.87%41.57%-
HSV(B)223.56º81.56%70.2%-
XYZ11.158.3443.67-
YUV73.12187.7599.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 179 (70.31% from 255) = 62.81%
R=11.58%
G=25.61%
B=62.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33731790.820.5900.30223.5668.8741.57
Hex2149B3523B01Ee0452a
Octal411112631227303634010552
Binary1000011001001101100111010010111011011110111000001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2149B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2149B3; }

 p { color: rgb(33,73,179); }

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

<style>
 a { background-color: #2149B3; }

 a { background-color: rgb(33,73,179); }

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

<style>
 span { border-color: #2149B3; }

 span { border-color: rgb(33,73,179); }

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