Html Css Color HEX #20325E Catalina Blue

📋 copy color: '#20325E'

red 32 ◦ green 50 ◦ blue 94

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

Shades of Catalina Blue #20325E

Tints of Catalina Blue #20325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 18.18%
G = 28.41%
B = 53.41%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20325E (or 0x20325E) is known color: Catalina Blue. HEX triplet: 20, 32 and 5E. RGB value is (32,50,94). Sum of RGB (Red+Green+Blue) = 32+50+94=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #20325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20325E is #DFCDA1. Grayscale: #313131. Windows color (decimal): -14667170 or 6173216. OLE color: 6173216.

HSL color Cylindrical-coordinate representation of color #20325E: hue angle of 222.58º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20325E is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 50 94 -
CMYK 0.66 0.47 0 0.63
HSL 222.58º 0.49% 0.25% -
HSV(B) 222.58º 0.66% 0.37% -
XYZ 3.76 3.4 11.05 -
YUV 49.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 32 50 94 0.66 0.47 0 0.63 222.58 0.49 0.25
Hex 20 32 5E 42 2F 0 3F DF 31 19
Octal 40 62 136 102 57 0 77 337 61 31
Binary 100000 110010 1011110 1000010 101111 0 111111 11011111 110001 11001

Color Harmonies of #20325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20325E

Black with #20325E

Text Example


Text Example

White with #20325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,50,94); }

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

background-color css

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

 a { background-color: rgb(32,50,94); }

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

border-color css

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

 span { border-color: rgb(32,50,94); }

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