Html Css Color HEX #20395D Catalina Blue

📋 copy color: '#20395D'

red 32 ◦ green 57 ◦ blue 93

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

Shades of Catalina Blue #20395D

Tints of Catalina Blue #20395D

RGB

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

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

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

R = 17.58%
G = 31.32%
B = 51.1%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20395D (or 0x20395D) is known color: Catalina Blue. HEX triplet: 20, 39 and 5D. RGB value is (32,57,93). Sum of RGB (Red+Green+Blue) = 32+57+93=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #20395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395D is #DFC6A2. Grayscale: #353535. Windows color (decimal): -14665379 or 6109472. OLE color: 6109472.

HSL color Cylindrical-coordinate representation of color #20395D: hue angle of 215.41º 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 #20395D is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 57 93 -
CMYK 0.66 0.39 0 0.64
HSL 215.41º 0.49% 0.25% -
HSV(B) 215.41º 0.66% 0.36% -
XYZ 4.03 4.02 10.92 -
YUV 53.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 32 57 93 0.66 0.39 0 0.64 215.41 0.49 0.25
Hex 20 39 5D 42 27 0 40 D7 31 19
Octal 40 71 135 102 47 0 100 327 61 31
Binary 100000 111001 1011101 1000010 100111 0 1000000 11010111 110001 11001

Color Harmonies of #20395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20395D

Black with #20395D

Text Example


Text Example

White with #20395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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