#203B5C

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

Shades of Catalina Blue #203B5C

Tints of Catalina Blue #203B5C

Color information

#203B5C (or 0x203B5C) is unknown color: approx Catalina Blue. HEX triplet: 20, 3B and 5C. RGB value is (32,59,92). Sum of RGB (Red+Green+Blue) = 32+59+92=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #203B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B5C is #DFC4A3. Grayscale: #363636. Windows color (decimal): -14664868 or 6044448. OLE color: 6044448.

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

Color convert

RGB325992-
CMYK0.650.3600.64
HSL213º48.39%24.31%-
HSV(B)213º65.22%36.08%-
XYZ4.094.2110.72-
YUV54.69149.05111.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=17.49%
G=32.24%
B=50.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3259920.650.3600.6421348.3924.31
Hex203B5C4124040d53018
Octal40731341014401003256030
Binary10000011101110111001000001100100010000001101010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203B5C; }

 p { color: rgb(32,59,92); }

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

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

 a { background-color: rgb(32,59,92); }

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

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

 span { border-color: rgb(32,59,92); }

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