Html Css Color HEX #20426F Catalina Blue

📋 copy color: '#20426F'

red 32 ◦ green 66 ◦ blue 111

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

Shades of Catalina Blue #20426F

Tints of Catalina Blue #20426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 15.31%
G = 31.58%
B = 53.11%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20426F (or 0x20426F) is known color: Catalina Blue. HEX triplet: 20, 42 and 6F. RGB value is (32,66,111). Sum of RGB (Red+Green+Blue) = 32+66+111=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #20426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20426F is #DFBD90. Grayscale: #3C3C3C. Windows color (decimal): -14663057 or 7291424. OLE color: 7291424.

HSL color Cylindrical-coordinate representation of color #20426F: hue angle of 214.18º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20426F is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 66 111 -
CMYK 0.71 0.41 0 0.56
HSL 214.18º 0.55% 0.28% -
HSV(B) 214.18º 0.71% 0.44% -
XYZ 5.41 5.35 15.79 -
YUV 60.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 32 66 111 0.71 0.41 0 0.56 214.18 0.55 0.28
Hex 20 42 6F 47 29 0 38 D6 37 1C
Octal 40 102 157 107 51 0 70 326 67 34
Binary 100000 1000010 1101111 1000111 101001 0 111000 11010110 110111 11100

Color Harmonies of #20426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20426F

Black with #20426F

Text Example


Text Example

White with #20426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20426F; }

 p { color: rgb(32,66,111); }

 H1.HeaderClassName
 {
   color: #20426F;
 }
 .AnyTagClassName
 {
   color: #20426F;
 }
</style>

background-color css

<style>
 a { background-color: #20426F; }

 a { background-color: rgb(32,66,111); }

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

border-color css

<style>
 span { border-color: #20426F; }

 span { border-color: rgb(32,66,111); }

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