Html Css Color HEX #2152B1 Cerulean Blue

📋 copy color: '#2152B1'

red 33 ◦ green 82 ◦ blue 177

#2152B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2152B1

Tints of Cerulean Blue #2152B1

RGB

 RED value IS 33 (13.28% from 255) = 11.3%

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 177 (69.53% from 255) = 60.62%

R = 11.3%
G = 28.08%
B = 60.62%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2152B1 (or 0x2152B1) is known color: Cerulean Blue. HEX triplet: 21, 52 and B1. RGB value is (33,82,177). Sum of RGB (Red+Green+Blue) = 33+82+177=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #2152B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152B1 is #DEAD4E. Grayscale: #4D4D4D. Windows color (decimal): -14593359 or 11620897. OLE color: 11620897.

HSL color Cylindrical-coordinate representation of color #2152B1: hue angle of 219.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2152B1 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 82 177 -
CMYK 0.81 0.54 0 0.31
HSL 219.58º 0.69% 0.41% -
HSV(B) 219.58º 0.81% 0.69% -
XYZ 11.58 9.53 42.82 -
YUV 78.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 33 82 177 0.81 0.54 0 0.31 219.58 0.69 0.41
Hex 21 52 B1 51 36 0 1F DC 45 29
Octal 41 122 261 121 66 0 37 334 105 51
Binary 100001 1010010 10110001 1010001 110110 0 11111 11011100 1000101 101001

Color Harmonies of #2152B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2152B1

Black with #2152B1

Text Example


Text Example

White with #2152B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2152B1; }

 p { color: rgb(33,82,177); }

 H1.HeaderClassName
 {
   color: #2152B1;
 }
 .AnyTagClassName
 {
   color: #2152B1;
 }
</style>

background-color css

<style>
 a { background-color: #2152B1; }

 a { background-color: rgb(33,82,177); }

 div.DivClassName
 {
   background-color: #2152B1;
 }
 .BgClassName
 {
   background-color: #2152B1;
 }
</style>

border-color css

<style>
 span { border-color: #2152B1; }

 span { border-color: rgb(33,82,177); }

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