#203863

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

Shades of Catalina Blue #203863

Tints of Catalina Blue #203863

Color information

#203863 (or 0x203863) is unknown color: approx Catalina Blue. HEX triplet: 20, 38 and 63. RGB value is (32,56,99). Sum of RGB (Red+Green+Blue) = 32+56+99=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #203863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203863 is #DFC79C. Grayscale: #353535. Windows color (decimal): -14665629 or 6502432. OLE color: 6502432.

HSL color Cylindrical-coordinate representation of color #203863: hue angle of 218.51º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203863 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB325699-
CMYK0.680.4300.61
HSL218.51º51.15%25.69%-
HSV(B)218.51º67.68%38.82%-
XYZ4.264.0412.36-
YUV53.73153.55112.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=17.11%
G=29.95%
B=52.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3256990.680.4300.61218.5151.1525.69
Hex203863442B03Ddb331a
Octal4070143104530753336332
Binary1000001110001100011100010010101101111011101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203863; }

 p { color: rgb(32,56,99); }

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

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

 a { background-color: rgb(32,56,99); }

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

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

 span { border-color: rgb(32,56,99); }

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