Html Css Color HEX #20395C Catalina Blue

📋 copy color: '#20395C'

red 32 ◦ green 57 ◦ blue 92

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

Shades of Catalina Blue #20395C

Tints of Catalina Blue #20395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 17.68%
G = 31.49%
B = 50.83%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20395C (or 0x20395C) is known color: Catalina Blue. HEX triplet: 20, 39 and 5C. RGB value is (32,57,92). Sum of RGB (Red+Green+Blue) = 32+57+92=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #20395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395C is #DFC6A3. Grayscale: #353535. Windows color (decimal): -14665380 or 6043936. OLE color: 6043936.

HSL color Cylindrical-coordinate representation of color #20395C: hue angle of 215º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20395C is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 57 92 -
CMYK 0.65 0.38 0 0.64
HSL 215º 0.48% 0.24% -
HSV(B) 215º 0.65% 0.36% -
XYZ 3.99 4.01 10.69 -
YUV 53.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 32 57 92 0.65 0.38 0 0.64 215 0.48 0.24
Hex 20 39 5C 41 26 0 40 D7 30 18
Octal 40 71 134 101 46 0 100 327 60 30
Binary 100000 111001 1011100 1000001 100110 0 1000000 11010111 110000 11000

Color Harmonies of #20395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20395C

Black with #20395C

Text Example


Text Example

White with #20395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20395C; }

 p { color: rgb(32,57,92); }

 H1.HeaderClassName
 {
   color: #20395C;
 }
 .AnyTagClassName
 {
   color: #20395C;
 }
</style>

background-color css

<style>
 a { background-color: #20395C; }

 a { background-color: rgb(32,57,92); }

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

border-color css

<style>
 span { border-color: #20395C; }

 span { border-color: rgb(32,57,92); }

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