#203551

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

Shades of Catalina Blue #203551

Tints of Catalina Blue #203551

Color information

#203551 (or 0x203551) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 51. RGB value is (32,53,81). Sum of RGB (Red+Green+Blue) = 32+53+81=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #203551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203551 is #DFCAAE. Grayscale: #313131. Windows color (decimal): -14666415 or 5322016. OLE color: 5322016.

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

Color convert

RGB325381-
CMYK0.600.3500.68
HSL214.29º43.36%22.16%-
HSV(B)214.29º60.49%31.76%-
XYZ3.353.458.27-
YUV49.91145.54115.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=19.28%
G=31.93%
B=48.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3253810.600.3500.68214.2943.3622.16
Hex2035513C23044d62b16
Octal4065121744301043265326
Binary1000001101011010001111100100011010001001101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203551; }

 p { color: rgb(32,53,81); }

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

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

 a { background-color: rgb(32,53,81); }

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

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

 span { border-color: rgb(32,53,81); }

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