#203459

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

Shades of Catalina Blue #203459

Tints of Catalina Blue #203459

Color information

#203459 (or 0x203459) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 59. RGB value is (32,52,89). Sum of RGB (Red+Green+Blue) = 32+52+89=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #203459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203459 is #DFCBA6. Grayscale: #323232. Windows color (decimal): -14666663 or 5846048. OLE color: 5846048.

HSL color Cylindrical-coordinate representation of color #203459: hue angle of 218.95º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203459 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB325289-
CMYK0.640.4200.65
HSL218.95º47.11%23.73%-
HSV(B)218.95º64.04%34.9%-
XYZ3.633.489.93-
YUV50.24149.87114.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=18.50%
G=30.06%
B=51.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3252890.640.4200.65218.9547.1123.73
Hex203459402A041db2f18
Octal40641311005201013335730
Binary10000011010010110011000000101010010000011101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203459; }

 p { color: rgb(32,52,89); }

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

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

 a { background-color: rgb(32,52,89); }

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

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

 span { border-color: rgb(32,52,89); }

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