Html Css Color HEX #20385F Catalina Blue

📋 copy color: '#20385F'

red 32 ◦ green 56 ◦ blue 95

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

Shades of Catalina Blue #20385F

Tints of Catalina Blue #20385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 17.49%
G = 30.6%
B = 51.91%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20385F (or 0x20385F) is known color: Catalina Blue. HEX triplet: 20, 38 and 5F. RGB value is (32,56,95). Sum of RGB (Red+Green+Blue) = 32+56+95=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #20385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20385F is #DFC7A0. Grayscale: #353535. Windows color (decimal): -14665633 or 6240288. OLE color: 6240288.

HSL color Cylindrical-coordinate representation of color #20385F: hue angle of 217.14º degrees, saturation: 0.5, 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 #20385F is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 56 95 -
CMYK 0.66 0.41 0 0.63
HSL 217.14º 0.5% 0.25% -
HSV(B) 217.14º 0.66% 0.37% -
XYZ 4.08 3.96 11.38 -
YUV 53.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 32 56 95 0.66 0.41 0 0.63 217.14 0.5 0.25
Hex 20 38 5F 42 29 0 3F D9 32 19
Octal 40 70 137 102 51 0 77 331 62 31
Binary 100000 111000 1011111 1000010 101001 0 111111 11011001 110010 11001

Color Harmonies of #20385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20385F

Black with #20385F

Text Example


Text Example

White with #20385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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