#20426E

Color #20426E Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #20426E

Tints of Catalina Blue #20426E

Color information

#20426E (or 0x20426E) is unknown color: approx Catalina Blue. HEX triplet: 20, 42 and 6E. RGB value is (32,66,110). Sum of RGB (Red+Green+Blue) = 32+66+110=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #20426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20426E is #DFBD91. Grayscale: #3C3C3C. Windows color (decimal): -14663058 or 7225888. OLE color: 7225888.

HSL color Cylindrical-coordinate representation of color #20426E: hue angle of 213.85º 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 #20426E is Cyan = 0.71, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3266110-
CMYK0.710.400.57
HSL213.85º54.93%27.84%-
HSV(B)213.85º70.91%43.14%-
XYZ5.365.3315.5-
YUV60.85155.74107.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=15.38%
G=31.73%
B=52.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32661100.710.400.57213.8554.9327.84
Hex20426E4728039d6371c
Octal40102156107500713266734
Binary10000010000101101110100011110100001110011101011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20426E;
 }
 .AnyTagClassName
 {
   color: #20426E;
 }
</style>
background-color css

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

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

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

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

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

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