Html Css Color HEX #20355C Catalina Blue

📋 copy color: '#20355C'

red 32 ◦ green 53 ◦ blue 92

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

Shades of Catalina Blue #20355C

Tints of Catalina Blue #20355C

RGB

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

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

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

R = 18.08%
G = 29.94%
B = 51.98%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20355C (or 0x20355C) is known color: Catalina Blue. HEX triplet: 20, 35 and 5C. RGB value is (32,53,92). Sum of RGB (Red+Green+Blue) = 32+53+92=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #20355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20355C is #DFCAA3. Grayscale: #323232. Windows color (decimal): -14666404 or 6042912. OLE color: 6042912.

HSL color Cylindrical-coordinate representation of color #20355C: hue angle of 219º 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 #20355C is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 53 92 -
CMYK 0.65 0.42 0 0.64
HSL 219º 0.48% 0.24% -
HSV(B) 219º 0.65% 0.36% -
XYZ 3.8 3.63 10.62 -
YUV 51.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 32 53 92 0.65 0.42 0 0.64 219 0.48 0.24
Hex 20 35 5C 41 2A 0 40 DB 30 18
Octal 40 65 134 101 52 0 100 333 60 30
Binary 100000 110101 1011100 1000001 101010 0 1000000 11011011 110000 11000

Color Harmonies of #20355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20355C

Black with #20355C

Text Example


Text Example

White with #20355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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