Html Css Color HEX #20355F Catalina Blue

📋 copy color: '#20355F'

red 32 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #20355F

Tints of Catalina Blue #20355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 17.78%
G = 29.44%
B = 52.78%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20355F (or 0x20355F) is known color: Catalina Blue. HEX triplet: 20, 35 and 5F. RGB value is (32,53,95). Sum of RGB (Red+Green+Blue) = 32+53+95=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #20355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20355F is #DFCAA0. Grayscale: #333333. Windows color (decimal): -14666401 or 6239520. OLE color: 6239520.

HSL color Cylindrical-coordinate representation of color #20355F: hue angle of 220º degrees, saturation: 0.5, 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 #20355F is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 53 95 -
CMYK 0.66 0.44 0 0.63
HSL 220º 0.5% 0.25% -
HSV(B) 220º 0.66% 0.37% -
XYZ 3.93 3.68 11.33 -
YUV 51.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 32 53 95 0.66 0.44 0 0.63 220 0.5 0.25
Hex 20 35 5F 42 2C 0 3F DC 32 19
Octal 40 65 137 102 54 0 77 334 62 31
Binary 100000 110101 1011111 1000010 101100 0 111111 11011100 110010 11001

Color Harmonies of #20355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20355F

Black with #20355F

Text Example


Text Example

White with #20355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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