Html Css Color HEX #20307D Resolution Blue

📋 copy color: '#20307D'

red 32 ◦ green 48 ◦ blue 125

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

Shades of Resolution Blue #20307D

Tints of Resolution Blue #20307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 15.61%
G = 23.41%
B = 60.98%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20307D (or 0x20307D) is known color: Resolution Blue. HEX triplet: 20, 30 and 7D. RGB value is (32,48,125). Sum of RGB (Red+Green+Blue) = 32+48+125=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #20307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20307D is #DFCF82. Grayscale: #333333. Windows color (decimal): -14667651 or 8204320. OLE color: 8204320.

HSL color Cylindrical-coordinate representation of color #20307D: hue angle of 229.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20307D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 48 125 -
CMYK 0.74 0.62 0 0.51
HSL 229.68º 0.59% 0.31% -
HSV(B) 229.68º 0.74% 0.49% -
XYZ 5.35 3.9 19.87 -
YUV 51.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 32 48 125 0.74 0.62 0 0.51 229.68 0.59 0.31
Hex 20 30 7D 4A 3E 0 33 E6 3B 1F
Octal 40 60 175 112 76 0 63 346 73 37
Binary 100000 110000 1111101 1001010 111110 0 110011 11100110 111011 11111

Color Harmonies of #20307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20307D

Black with #20307D

Text Example


Text Example

White with #20307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,48,125); }

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

background-color css

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

 a { background-color: rgb(32,48,125); }

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

border-color css

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

 span { border-color: rgb(32,48,125); }

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