Html Css Color HEX #20335E Catalina Blue

📋 copy color: '#20335E'

red 32 ◦ green 51 ◦ blue 94

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

Shades of Catalina Blue #20335E

Tints of Catalina Blue #20335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 18.08%
G = 28.81%
B = 53.11%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20335E (or 0x20335E) is known color: Catalina Blue. HEX triplet: 20, 33 and 5E. RGB value is (32,51,94). Sum of RGB (Red+Green+Blue) = 32+51+94=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #20335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20335E is #DFCCA1. Grayscale: #323232. Windows color (decimal): -14666914 or 6173472. OLE color: 6173472.

HSL color Cylindrical-coordinate representation of color #20335E: hue angle of 221.61º degrees, saturation: 0.49, 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 #20335E is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 51 94 -
CMYK 0.66 0.46 0 0.63
HSL 221.61º 0.49% 0.25% -
HSV(B) 221.61º 0.66% 0.37% -
XYZ 3.8 3.48 11.06 -
YUV 50.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 32 51 94 0.66 0.46 0 0.63 221.61 0.49 0.25
Hex 20 33 5E 42 2E 0 3F DE 31 19
Octal 40 63 136 102 56 0 77 336 61 31
Binary 100000 110011 1011110 1000010 101110 0 111111 11011110 110001 11001

Color Harmonies of #20335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20335E

Black with #20335E

Text Example


Text Example

White with #20335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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