#203368

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

Shades of Catalina Blue #203368

Tints of Catalina Blue #203368

Color information

#203368 (or 0x203368) is unknown color: approx Catalina Blue. HEX triplet: 20, 33 and 68. RGB value is (32,51,104). Sum of RGB (Red+Green+Blue) = 32+51+104=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #203368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203368 is #DFCC97. Grayscale: #333333. Windows color (decimal): -14666904 or 6828832. OLE color: 6828832.

HSL color Cylindrical-coordinate representation of color #203368: hue angle of 224.17º 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 #203368 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3251104-
CMYK0.690.5100.59
HSL224.17º52.94%26.67%-
HSV(B)224.17º69.23%40.78%-
XYZ4.283.6713.58-
YUV51.36157.71114.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=17.11%
G=27.27%
B=55.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32511040.690.5100.59224.1752.9426.67
Hex203368453303Be0351b
Octal4063150105630733406533
Binary1000001100111101000100010111001101110111110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203368; }

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

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

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

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

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

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

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

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