Html Css Color HEX #20446D Catalina Blue

📋 copy color: '#20446D'

red 32 ◦ green 68 ◦ blue 109

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

Shades of Catalina Blue #20446D

Tints of Catalina Blue #20446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 15.31%
G = 32.54%
B = 52.15%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20446D (or 0x20446D) is known color: Catalina Blue. HEX triplet: 20, 44 and 6D. RGB value is (32,68,109). Sum of RGB (Red+Green+Blue) = 32+68+109=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #20446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20446D is #DFBB92. Grayscale: #3D3D3D. Windows color (decimal): -14662547 or 7160864. OLE color: 7160864.

HSL color Cylindrical-coordinate representation of color #20446D: hue angle of 211.95º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20446D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 68 109 -
CMYK 0.71 0.38 0 0.57
HSL 211.95º 0.55% 0.28% -
HSV(B) 211.95º 0.71% 0.43% -
XYZ 5.42 5.55 15.25 -
YUV 61.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 32 68 109 0.71 0.38 0 0.57 211.95 0.55 0.28
Hex 20 44 6D 47 26 0 39 D4 37 1C
Octal 40 104 155 107 46 0 71 324 67 34
Binary 100000 1000100 1101101 1000111 100110 0 111001 11010100 110111 11100

Color Harmonies of #20446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20446D

Black with #20446D

Text Example


Text Example

White with #20446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20446D; }

 p { color: rgb(32,68,109); }

 H1.HeaderClassName
 {
   color: #20446D;
 }
 .AnyTagClassName
 {
   color: #20446D;
 }
</style>

background-color css

<style>
 a { background-color: #20446D; }

 a { background-color: rgb(32,68,109); }

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

border-color css

<style>
 span { border-color: #20446D; }

 span { border-color: rgb(32,68,109); }

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