#203668

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

Shades of Catalina Blue #203668

Tints of Catalina Blue #203668

Color information

#203668 (or 0x203668) is unknown color: approx Catalina Blue. HEX triplet: 20, 36 and 68. RGB value is (32,54,104). Sum of RGB (Red+Green+Blue) = 32+54+104=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #203668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203668 is #DFC997. Grayscale: #343434. Windows color (decimal): -14666136 or 6829600. OLE color: 6829600.

HSL color Cylindrical-coordinate representation of color #203668: hue angle of 221.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203668 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3254104-
CMYK0.690.4800.59
HSL221.67º52.94%26.67%-
HSV(B)221.67º69.23%40.78%-
XYZ4.413.9413.63-
YUV53.12156.71112.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=16.84%
G=28.42%
B=54.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32541040.690.4800.59221.6752.9426.67
Hex203668453003Bde351b
Octal4066150105600733366533
Binary1000001101101101000100010111000001110111101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203668; }

 p { color: rgb(32,54,104); }

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

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

 a { background-color: rgb(32,54,104); }

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

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

 span { border-color: rgb(32,54,104); }

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