Html Css Color HEX #20374C Blue Whale

📋 copy color: '#20374C'

red 32 ◦ green 55 ◦ blue 76

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

Shades of Blue Whale #20374C

Tints of Blue Whale #20374C

RGB

 RED value IS 32 (12.89% from 255) = 19.63%

 GREEN value IS 55 (21.88% from 255) = 33.74%

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 19.63%
G = 33.74%
B = 46.63%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20374C (or 0x20374C) is known color: Blue Whale. HEX triplet: 20, 37 and 4C. RGB value is (32,55,76). Sum of RGB (Red+Green+Blue) = 32+55+76=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #20374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20374C is #DFC8B3. Grayscale: #323232. Windows color (decimal): -14665908 or 4994848. OLE color: 4994848.

HSL color Cylindrical-coordinate representation of color #20374C: hue angle of 208.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20374C is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 55 76 -
CMYK 0.58 0.28 0 0.70
HSL 208.64º 0.41% 0.21% -
HSV(B) 208.64º 0.58% 0.3% -
XYZ 3.27 3.56 7.35 -
YUV 50.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 32 55 76 0.58 0.28 0 0.70 208.64 0.41 0.21
Hex 20 37 4C 3A 1C 0 46 D1 29 15
Octal 40 67 114 72 34 0 106 321 51 25
Binary 100000 110111 1001100 111010 11100 0 1000110 11010001 101001 10101

Color Harmonies of #20374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20374C

Black with #20374C

Text Example


Text Example

White with #20374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20374C; }

 p { color: rgb(32,55,76); }

 H1.HeaderClassName
 {
   color: #20374C;
 }
 .AnyTagClassName
 {
   color: #20374C;
 }
</style>

background-color css

<style>
 a { background-color: #20374C; }

 a { background-color: rgb(32,55,76); }

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

border-color css

<style>
 span { border-color: #20374C; }

 span { border-color: rgb(32,55,76); }

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