Html Css Color HEX #20374A Blue Whale

📋 copy color: '#20374A'

red 32 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #20374A

Tints of Blue Whale #20374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 19.88%
G = 34.16%
B = 45.96%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20374A (or 0x20374A) is known color: Blue Whale. HEX triplet: 20, 37 and 4A. RGB value is (32,55,74). Sum of RGB (Red+Green+Blue) = 32+55+74=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #20374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20374A is #DFC8B5. Grayscale: #323232. Windows color (decimal): -14665910 or 4863776. OLE color: 4863776.

HSL color Cylindrical-coordinate representation of color #20374A: hue angle of 207.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20374A is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 55 74 -
CMYK 0.57 0.26 0 0.71
HSL 207.14º 0.4% 0.21% -
HSV(B) 207.14º 0.57% 0.29% -
XYZ 3.2 3.53 6.99 -
YUV 50.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 32 55 74 0.57 0.26 0 0.71 207.14 0.4 0.21
Hex 20 37 4A 39 1A 0 47 CF 28 15
Octal 40 67 112 71 32 0 107 317 50 25
Binary 100000 110111 1001010 111001 11010 0 1000111 11001111 101000 10101

Color Harmonies of #20374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20374A

Black with #20374A

Text Example


Text Example

White with #20374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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