Html Css Color HEX #20395B Catalina Blue

📋 copy color: '#20395B'

red 32 ◦ green 57 ◦ blue 91

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

Shades of Catalina Blue #20395B

Tints of Catalina Blue #20395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 17.78%
G = 31.67%
B = 50.56%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20395B (or 0x20395B) is known color: Catalina Blue. HEX triplet: 20, 39 and 5B. RGB value is (32,57,91). Sum of RGB (Red+Green+Blue) = 32+57+91=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #20395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395B is #DFC6A4. Grayscale: #353535. Windows color (decimal): -14665381 or 5978400. OLE color: 5978400.

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

Color convert

RGB 32 57 91 -
CMYK 0.65 0.37 0 0.64
HSL 214.58º 0.48% 0.24% -
HSV(B) 214.58º 0.65% 0.36% -
XYZ 3.95 3.99 10.46 -
YUV 53.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 32 57 91 0.65 0.37 0 0.64 214.58 0.48 0.24
Hex 20 39 5B 41 25 0 40 D7 30 18
Octal 40 71 133 101 45 0 100 327 60 30
Binary 100000 111001 1011011 1000001 100101 0 1000000 11010111 110000 11000

Color Harmonies of #20395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20395B

Black with #20395B

Text Example


Text Example

White with #20395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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