#203166

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

Shades of Catalina Blue #203166

Tints of Catalina Blue #203166

Color information

#203166 (or 0x203166) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 66. RGB value is (32,49,102). Sum of RGB (Red+Green+Blue) = 32+49+102=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #203166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203166 is #DFCE99. Grayscale: #313131. Windows color (decimal): -14667418 or 6697248. OLE color: 6697248.

HSL color Cylindrical-coordinate representation of color #203166: hue angle of 225.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203166 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3249102-
CMYK0.690.5200.6
HSL225.43º52.24%26.27%-
HSV(B)225.43º68.63%40%-
XYZ4.093.4613.02-
YUV49.96157.37115.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=17.49%
G=26.78%
B=55.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32491020.690.5200.6225.4352.2426.27
Hex203166453403Ce1341a
Octal4061146105640743416432
Binary1000001100011100110100010111010001111001110000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203166; }

 p { color: rgb(32,49,102); }

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

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

 a { background-color: rgb(32,49,102); }

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

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

 span { border-color: rgb(32,49,102); }

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