#203268

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

Shades of Catalina Blue #203268

Tints of Catalina Blue #203268

Color information

#203268 (or 0x203268) is unknown color: approx Catalina Blue. HEX triplet: 20, 32 and 68. RGB value is (32,50,104). Sum of RGB (Red+Green+Blue) = 32+50+104=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #203268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203268 is #DFCD97. Grayscale: #323232. Windows color (decimal): -14667160 or 6828576. OLE color: 6828576.

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

Color convert

RGB3250104-
CMYK0.690.5200.59
HSL225º52.94%26.67%-
HSV(B)225º69.23%40.78%-
XYZ4.233.5913.57-
YUV50.77158.04114.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=17.20%
G=26.88%
B=55.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32501040.690.5200.5922552.9426.67
Hex203268453403Be1351b
Octal4062150105640733416533
Binary1000001100101101000100010111010001110111110000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203268; }

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

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

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

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

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

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

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

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