Html Css Color HEX #20305B Catalina Blue

📋 copy color: '#20305B'

red 32 ◦ green 48 ◦ blue 91

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

Shades of Catalina Blue #20305B

Tints of Catalina Blue #20305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 18.71%
G = 28.07%
B = 53.22%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20305B (or 0x20305B) is known color: Catalina Blue. HEX triplet: 20, 30 and 5B. RGB value is (32,48,91). Sum of RGB (Red+Green+Blue) = 32+48+91=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #20305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20305B is #DFCFA4. Grayscale: #2F2F2F. Windows color (decimal): -14667685 or 5976096. OLE color: 5976096.

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

Color convert

RGB 32 48 91 -
CMYK 0.65 0.47 0 0.64
HSL 223.73º 0.48% 0.24% -
HSV(B) 223.73º 0.65% 0.36% -
XYZ 3.54 3.18 10.32 -
YUV 48.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 32 48 91 0.65 0.47 0 0.64 223.73 0.48 0.24
Hex 20 30 5B 41 2F 0 40 E0 30 18
Octal 40 60 133 101 57 0 100 340 60 30
Binary 100000 110000 1011011 1000001 101111 0 1000000 11100000 110000 11000

Color Harmonies of #20305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20305B

Black with #20305B

Text Example


Text Example

White with #20305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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