#203156

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

Shades of Catalina Blue #203156

Tints of Catalina Blue #203156

Color information

#203156 (or 0x203156) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 56. RGB value is (32,49,86). Sum of RGB (Red+Green+Blue) = 32+49+86=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #203156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203156 is #DFCEA9. Grayscale: #2F2F2F. Windows color (decimal): -14667434 or 5648672. OLE color: 5648672.

HSL color Cylindrical-coordinate representation of color #203156: hue angle of 221.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203156 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB324986-
CMYK0.630.4300.66
HSL221.11º45.76%23.14%-
HSV(B)221.11º62.79%33.73%-
XYZ3.373.189.24-
YUV48.14149.37116.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=19.16%
G=29.34%
B=51.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3249860.630.4300.66221.1145.7623.14
Hex2031563F2B042dd2e17
Octal4061126775301023355627
Binary1000001100011010110111111101011010000101101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203156; }

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

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

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

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

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

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

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

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