Html Css Color HEX #20358A Resolution Blue

📋 copy color: '#20358A'

red 32 ◦ green 53 ◦ blue 138

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

Shades of Resolution Blue #20358A

Tints of Resolution Blue #20358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 138 (54.3% from 255) = 61.88%

R = 14.35%
G = 23.77%
B = 61.88%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20358A (or 0x20358A) is known color: Resolution Blue. HEX triplet: 20, 35 and 8A. RGB value is (32,53,138). Sum of RGB (Red+Green+Blue) = 32+53+138=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #20358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20358A is #DFCA75. Grayscale: #383838. Windows color (decimal): -14666358 or 9057568. OLE color: 9057568.

HSL color Cylindrical-coordinate representation of color #20358A: hue angle of 228.11º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20358A is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 53 138 -
CMYK 0.77 0.62 0 0.46
HSL 228.11º 0.62% 0.33% -
HSV(B) 228.11º 0.77% 0.54% -
XYZ 6.46 4.69 24.61 -
YUV 56.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 32 53 138 0.77 0.62 0 0.46 228.11 0.62 0.33
Hex 20 35 8A 4D 3E 0 2E E4 3E 21
Octal 40 65 212 115 76 0 56 344 76 41
Binary 100000 110101 10001010 1001101 111110 0 101110 11100100 111110 100001

Color Harmonies of #20358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20358A

Black with #20358A

Text Example


Text Example

White with #20358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20358A; }

 p { color: rgb(32,53,138); }

 H1.HeaderClassName
 {
   color: #20358A;
 }
 .AnyTagClassName
 {
   color: #20358A;
 }
</style>

background-color css

<style>
 a { background-color: #20358A; }

 a { background-color: rgb(32,53,138); }

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

border-color css

<style>
 span { border-color: #20358A; }

 span { border-color: rgb(32,53,138); }

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