#203161

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

Shades of Catalina Blue #203161

Tints of Catalina Blue #203161

Color information

#203161 (or 0x203161) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 61. RGB value is (32,49,97). Sum of RGB (Red+Green+Blue) = 32+49+97=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #203161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203161 is #DFCE9E. Grayscale: #313131. Windows color (decimal): -14667423 or 6369568. OLE color: 6369568.

HSL color Cylindrical-coordinate representation of color #203161: hue angle of 224.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203161 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB324997-
CMYK0.670.4900.62
HSL224.31º50.39%25.29%-
HSV(B)224.31º67.01%38.04%-
XYZ3.853.3711.76-
YUV49.39154.87115.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=17.98%
G=27.53%
B=54.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3249970.670.4900.62224.3150.3925.29
Hex203161433103Ee03219
Octal4061141103610763406231
Binary1000001100011100001100001111000101111101110000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203161; }

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

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

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

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

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

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

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

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