Html Css Color HEX #20395E Catalina Blue

📋 copy color: '#20395E'

red 32 ◦ green 57 ◦ blue 94

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

Shades of Catalina Blue #20395E

Tints of Catalina Blue #20395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 17.49%
G = 31.15%
B = 51.37%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20395E (or 0x20395E) is known color: Catalina Blue. HEX triplet: 20, 39 and 5E. RGB value is (32,57,94). Sum of RGB (Red+Green+Blue) = 32+57+94=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #20395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395E is #DFC6A1. Grayscale: #353535. Windows color (decimal): -14665378 or 6175008. OLE color: 6175008.

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

Color convert

RGB 32 57 94 -
CMYK 0.66 0.39 0 0.63
HSL 215.81º 0.49% 0.25% -
HSV(B) 215.81º 0.66% 0.37% -
XYZ 4.08 4.04 11.15 -
YUV 53.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 32 57 94 0.66 0.39 0 0.63 215.81 0.49 0.25
Hex 20 39 5E 42 27 0 3F D8 31 19
Octal 40 71 136 102 47 0 77 330 61 31
Binary 100000 111001 1011110 1000010 100111 0 111111 11011000 110001 11001

Color Harmonies of #20395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20395E

Black with #20395E

Text Example


Text Example

White with #20395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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