Html Css Color HEX #20307E Resolution Blue

📋 copy color: '#20307E'

red 32 ◦ green 48 ◦ blue 126

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

Shades of Resolution Blue #20307E

Tints of Resolution Blue #20307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 61.17%

R = 15.53%
G = 23.3%
B = 61.17%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20307E (or 0x20307E) is known color: Resolution Blue. HEX triplet: 20, 30 and 7E. RGB value is (32,48,126). Sum of RGB (Red+Green+Blue) = 32+48+126=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #20307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20307E is #DFCF81. Grayscale: #333333. Windows color (decimal): -14667650 or 8269856. OLE color: 8269856.

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

Color convert

RGB 32 48 126 -
CMYK 0.75 0.62 0 0.51
HSL 229.79º 0.59% 0.31% -
HSV(B) 229.79º 0.75% 0.49% -
XYZ 5.42 3.93 20.21 -
YUV 52.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 32 48 126 0.75 0.62 0 0.51 229.79 0.59 0.31
Hex 20 30 7E 4B 3E 0 33 E6 3B 1F
Octal 40 60 176 113 76 0 63 346 73 37
Binary 100000 110000 1111110 1001011 111110 0 110011 11100110 111011 11111

Color Harmonies of #20307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20307E

Black with #20307E

Text Example


Text Example

White with #20307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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