Html Css Color HEX #20364B Blue Whale

📋 copy color: '#20364B'

red 32 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #20364B

Tints of Blue Whale #20364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

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

R = 19.88%
G = 33.54%
B = 46.58%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20364B (or 0x20364B) is known color: Blue Whale. HEX triplet: 20, 36 and 4B. RGB value is (32,54,75). Sum of RGB (Red+Green+Blue) = 32+54+75=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #20364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20364B is #DFC9B4. Grayscale: #313131. Windows color (decimal): -14666165 or 4929056. OLE color: 4929056.

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

Color convert

RGB 32 54 75 -
CMYK 0.57 0.28 0 0.71
HSL 209.3º 0.4% 0.21% -
HSV(B) 209.3º 0.57% 0.29% -
XYZ 3.18 3.45 7.16 -
YUV 49.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 32 54 75 0.57 0.28 0 0.71 209.3 0.4 0.21
Hex 20 36 4B 39 1C 0 47 D1 28 15
Octal 40 66 113 71 34 0 107 321 50 25
Binary 100000 110110 1001011 111001 11100 0 1000111 11010001 101000 10101

Color Harmonies of #20364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20364B

Black with #20364B

Text Example


Text Example

White with #20364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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