Html Css Color HEX #20364C Blue Whale

📋 copy color: '#20364C'

red 32 ◦ green 54 ◦ blue 76

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

Shades of Blue Whale #20364C

Tints of Blue Whale #20364C

RGB

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

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

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

R = 19.75%
G = 33.33%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20364C (or 0x20364C) is known color: Blue Whale. HEX triplet: 20, 36 and 4C. RGB value is (32,54,76). Sum of RGB (Red+Green+Blue) = 32+54+76=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #20364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20364C is #DFC9B3. Grayscale: #313131. Windows color (decimal): -14666164 or 4994592. OLE color: 4994592.

HSL color Cylindrical-coordinate representation of color #20364C: hue angle of 210º 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 #20364C is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 54 76 -
CMYK 0.58 0.29 0 0.70
HSL 210º 0.41% 0.21% -
HSV(B) 210º 0.58% 0.3% -
XYZ 3.22 3.47 7.34 -
YUV 49.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 32 54 76 0.58 0.29 0 0.70 210 0.41 0.21
Hex 20 36 4C 3A 1D 0 46 D2 29 15
Octal 40 66 114 72 35 0 106 322 51 25
Binary 100000 110110 1001100 111010 11101 0 1000110 11010010 101001 10101

Color Harmonies of #20364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20364C

Black with #20364C

Text Example


Text Example

White with #20364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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