Html Css Color HEX #20335B Catalina Blue

📋 copy color: '#20335B'

red 32 ◦ green 51 ◦ blue 91

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

Shades of Catalina Blue #20335B

Tints of Catalina Blue #20335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 18.39%
G = 29.31%
B = 52.3%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20335B (or 0x20335B) is known color: Catalina Blue. HEX triplet: 20, 33 and 5B. RGB value is (32,51,91). Sum of RGB (Red+Green+Blue) = 32+51+91=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #20335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20335B is #DFCCA4. Grayscale: #313131. Windows color (decimal): -14666917 or 5976864. OLE color: 5976864.

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

Color convert

RGB 32 51 91 -
CMYK 0.65 0.44 0 0.64
HSL 220.68º 0.48% 0.24% -
HSV(B) 220.68º 0.65% 0.36% -
XYZ 3.67 3.43 10.37 -
YUV 49.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 32 51 91 0.65 0.44 0 0.64 220.68 0.48 0.24
Hex 20 33 5B 41 2C 0 40 DD 30 18
Octal 40 63 133 101 54 0 100 335 60 30
Binary 100000 110011 1011011 1000001 101100 0 1000000 11011101 110000 11000

Color Harmonies of #20335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20335B

Black with #20335B

Text Example


Text Example

White with #20335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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