Html Css Color HEX #20385B Catalina Blue

📋 copy color: '#20385B'

red 32 ◦ green 56 ◦ blue 91

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

Shades of Catalina Blue #20385B

Tints of Catalina Blue #20385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

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

R = 17.88%
G = 31.28%
B = 50.84%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20385B (or 0x20385B) is known color: Catalina Blue. HEX triplet: 20, 38 and 5B. RGB value is (32,56,91). Sum of RGB (Red+Green+Blue) = 32+56+91=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #20385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20385B is #DFC7A4. Grayscale: #343434. Windows color (decimal): -14665637 or 5978144. OLE color: 5978144.

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

Color convert

RGB 32 56 91 -
CMYK 0.65 0.38 0 0.64
HSL 215.59º 0.48% 0.24% -
HSV(B) 215.59º 0.65% 0.36% -
XYZ 3.9 3.89 10.44 -
YUV 52.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 32 56 91 0.65 0.38 0 0.64 215.59 0.48 0.24
Hex 20 38 5B 41 26 0 40 D8 30 18
Octal 40 70 133 101 46 0 100 330 60 30
Binary 100000 111000 1011011 1000001 100110 0 1000000 11011000 110000 11000

Color Harmonies of #20385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20385B

Black with #20385B

Text Example


Text Example

White with #20385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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