Html Css Color HEX #20374B Blue Whale

📋 copy color: '#20374B'

red 32 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #20374B

Tints of Blue Whale #20374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 19.75%
G = 33.95%
B = 46.3%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20374B (or 0x20374B) is known color: Blue Whale. HEX triplet: 20, 37 and 4B. RGB value is (32,55,75). Sum of RGB (Red+Green+Blue) = 32+55+75=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #20374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20374B is #DFC8B4. Grayscale: #323232. Windows color (decimal): -14665909 or 4929312. OLE color: 4929312.

HSL color Cylindrical-coordinate representation of color #20374B: hue angle of 207.91º 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 #20374B is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 55 75 -
CMYK 0.57 0.27 0 0.71
HSL 207.91º 0.4% 0.21% -
HSV(B) 207.91º 0.57% 0.29% -
XYZ 3.23 3.55 7.17 -
YUV 50.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 32 55 75 0.57 0.27 0 0.71 207.91 0.4 0.21
Hex 20 37 4B 39 1B 0 47 D0 28 15
Octal 40 67 113 71 33 0 107 320 50 25
Binary 100000 110111 1001011 111001 11011 0 1000111 11010000 101000 10101

Color Harmonies of #20374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20374B

Black with #20374B

Text Example


Text Example

White with #20374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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