Html Css Color HEX #20365D Catalina Blue

📋 copy color: '#20365D'

red 32 ◦ green 54 ◦ blue 93

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

Shades of Catalina Blue #20365D

Tints of Catalina Blue #20365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 17.88%
G = 30.17%
B = 51.96%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20365D (or 0x20365D) is known color: Catalina Blue. HEX triplet: 20, 36 and 5D. RGB value is (32,54,93). Sum of RGB (Red+Green+Blue) = 32+54+93=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #20365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20365D is #DFC9A2. Grayscale: #333333. Windows color (decimal): -14666147 or 6108704. OLE color: 6108704.

HSL color Cylindrical-coordinate representation of color #20365D: hue angle of 218.36º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20365D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 54 93 -
CMYK 0.66 0.42 0 0.64
HSL 218.36º 0.49% 0.25% -
HSV(B) 218.36º 0.66% 0.36% -
XYZ 3.89 3.74 10.87 -
YUV 51.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 32 54 93 0.66 0.42 0 0.64 218.36 0.49 0.25
Hex 20 36 5D 42 2A 0 40 DA 31 19
Octal 40 66 135 102 52 0 100 332 61 31
Binary 100000 110110 1011101 1000010 101010 0 1000000 11011010 110001 11001

Color Harmonies of #20365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20365D

Black with #20365D

Text Example


Text Example

White with #20365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20365D; }

 p { color: rgb(32,54,93); }

 H1.HeaderClassName
 {
   color: #20365D;
 }
 .AnyTagClassName
 {
   color: #20365D;
 }
</style>

background-color css

<style>
 a { background-color: #20365D; }

 a { background-color: rgb(32,54,93); }

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

border-color css

<style>
 span { border-color: #20365D; }

 span { border-color: rgb(32,54,93); }

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