Html Css Color HEX #20315B Catalina Blue

📋 copy color: '#20315B'

red 32 ◦ green 49 ◦ blue 91

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

Shades of Catalina Blue #20315B

Tints of Catalina Blue #20315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 18.6%
G = 28.49%
B = 52.91%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20315B (or 0x20315B) is known color: Catalina Blue. HEX triplet: 20, 31 and 5B. RGB value is (32,49,91). Sum of RGB (Red+Green+Blue) = 32+49+91=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #20315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20315B is #DFCEA4. Grayscale: #303030. Windows color (decimal): -14667429 or 5976352. OLE color: 5976352.

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

Color convert

RGB 32 49 91 -
CMYK 0.65 0.46 0 0.64
HSL 222.71º 0.48% 0.24% -
HSV(B) 222.71º 0.65% 0.36% -
XYZ 3.58 3.26 10.34 -
YUV 48.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 32 49 91 0.65 0.46 0 0.64 222.71 0.48 0.24
Hex 20 31 5B 41 2E 0 40 DF 30 18
Octal 40 61 133 101 56 0 100 337 60 30
Binary 100000 110001 1011011 1000001 101110 0 1000000 11011111 110000 11000

Color Harmonies of #20315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20315B

Black with #20315B

Text Example


Text Example

White with #20315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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