#203169

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

Shades of Catalina Blue #203169

Tints of Catalina Blue #203169

Color information

#203169 (or 0x203169) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 69. RGB value is (32,49,105). Sum of RGB (Red+Green+Blue) = 32+49+105=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #203169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203169 is #DFCE96. Grayscale: #323232. Windows color (decimal): -14667415 or 6893856. OLE color: 6893856.

HSL color Cylindrical-coordinate representation of color #203169: hue angle of 226.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203169 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3249105-
CMYK0.700.5300.59
HSL226.03º53.28%26.86%-
HSV(B)226.03º69.52%41.18%-
XYZ4.243.5213.82-
YUV50.3158.87114.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=17.20%
G=26.34%
B=56.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32491050.700.5300.59226.0353.2826.86
Hex203169463503Be2351b
Octal4061151106650733426533
Binary1000001100011101001100011011010101110111110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203169; }

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

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

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

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

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

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

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

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