#203650

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

Shades of Catalina Blue #203650

Tints of Catalina Blue #203650

Color information

#203650 (or 0x203650) is unknown color: approx Catalina Blue. HEX triplet: 20, 36 and 50. RGB value is (32,54,80). Sum of RGB (Red+Green+Blue) = 32+54+80=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #203650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203650 is #DFC9AF. Grayscale: #323232. Windows color (decimal): -14666160 or 5256736. OLE color: 5256736.

HSL color Cylindrical-coordinate representation of color #203650: hue angle of 212.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203650 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325480-
CMYK0.600.3300.69
HSL212.5º42.86%21.96%-
HSV(B)212.5º60%31.37%-
XYZ3.363.528.09-
YUV50.39144.71114.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=19.28%
G=32.53%
B=48.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3254800.600.3300.69212.542.8621.96
Hex2036503C21045d42b16
Octal4066120744101053245326
Binary1000001101101010000111100100001010001011101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203650; }

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

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

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

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

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

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

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

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