Html Css Color HEX #20336D Resolution Blue

📋 copy color: '#20336D'

red 32 ◦ green 51 ◦ blue 109

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

Shades of Resolution Blue #20336D

Tints of Resolution Blue #20336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 16.67%
G = 26.56%
B = 56.77%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20336D (or 0x20336D) is known color: Resolution Blue. HEX triplet: 20, 33 and 6D. RGB value is (32,51,109). Sum of RGB (Red+Green+Blue) = 32+51+109=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #20336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20336D is #DFCC92. Grayscale: #333333. Windows color (decimal): -14666899 or 7156512. OLE color: 7156512.

HSL color Cylindrical-coordinate representation of color #20336D: hue angle of 225.19º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20336D is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 51 109 -
CMYK 0.71 0.53 0 0.57
HSL 225.19º 0.55% 0.28% -
HSV(B) 225.19º 0.71% 0.43% -
XYZ 4.54 3.78 14.96 -
YUV 51.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 32 51 109 0.71 0.53 0 0.57 225.19 0.55 0.28
Hex 20 33 6D 47 35 0 39 E1 37 1C
Octal 40 63 155 107 65 0 71 341 67 34
Binary 100000 110011 1101101 1000111 110101 0 111001 11100001 110111 11100

Color Harmonies of #20336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20336D

Black with #20336D

Text Example


Text Example

White with #20336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20336D; }

 p { color: rgb(32,51,109); }

 H1.HeaderClassName
 {
   color: #20336D;
 }
 .AnyTagClassName
 {
   color: #20336D;
 }
</style>

background-color css

<style>
 a { background-color: #20336D; }

 a { background-color: rgb(32,51,109); }

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

border-color css

<style>
 span { border-color: #20336D; }

 span { border-color: rgb(32,51,109); }

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