#204065

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

Shades of Catalina Blue #204065

Tints of Catalina Blue #204065

Color information

#204065 (or 0x204065) is unknown color: approx Catalina Blue. HEX triplet: 20, 40 and 65. RGB value is (32,64,101). Sum of RGB (Red+Green+Blue) = 32+64+101=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #204065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204065 is #DFBF9A. Grayscale: #3A3A3A. Windows color (decimal): -14663579 or 6635552. OLE color: 6635552.

HSL color Cylindrical-coordinate representation of color #204065: hue angle of 212.17º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204065 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3264101-
CMYK0.680.3700.60
HSL212.17º51.88%26.08%-
HSV(B)212.17º68.32%39.61%-
XYZ4.784.9113.01-
YUV58.65151.9108.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=16.24%
G=32.49%
B=51.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32641010.680.3700.60212.1751.8826.08
Hex204065442503Cd4341a
Octal40100145104450743246432
Binary10000010000001100101100010010010101111001101010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204065; }

 p { color: rgb(32,64,101); }

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

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

 a { background-color: rgb(32,64,101); }

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

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

 span { border-color: rgb(32,64,101); }

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