#203269

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

Shades of Catalina Blue #203269

Tints of Catalina Blue #203269

Color information

#203269 (or 0x203269) is unknown color: approx Catalina Blue. HEX triplet: 20, 32 and 69. RGB value is (32,50,105). Sum of RGB (Red+Green+Blue) = 32+50+105=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #203269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203269 is #DFCD96. Grayscale: #323232. Windows color (decimal): -14667159 or 6894112. OLE color: 6894112.

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

Color convert

RGB3250105-
CMYK0.700.5200.59
HSL225.21º53.28%26.86%-
HSV(B)225.21º69.52%41.18%-
XYZ4.293.6113.84-
YUV50.89158.54114.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=17.11%
G=26.74%
B=56.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32501050.700.5200.59225.2153.2826.86
Hex203269463403Be1351b
Octal4062151106640733416533
Binary1000001100101101001100011011010001110111110000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203269; }

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

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

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

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

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

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

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

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