#203760

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

Shades of Catalina Blue #203760

Tints of Catalina Blue #203760

Color information

#203760 (or 0x203760) is unknown color: approx Catalina Blue. HEX triplet: 20, 37 and 60. RGB value is (32,55,96). Sum of RGB (Red+Green+Blue) = 32+55+96=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #203760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203760 is #DFC89F. Grayscale: #343434. Windows color (decimal): -14665888 or 6305568. OLE color: 6305568.

HSL color Cylindrical-coordinate representation of color #203760: hue angle of 218.44º 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 #203760 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB325596-
CMYK0.670.4300.62
HSL218.44º50%25.1%-
HSV(B)218.44º66.67%37.65%-
XYZ4.073.8811.6-
YUV52.8152.38113.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=17.49%
G=30.05%
B=52.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3255960.670.4300.62218.445025.1
Hex203760432B03Eda3219
Octal4067140103530763326231
Binary1000001101111100000100001110101101111101101101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203760; }

 p { color: rgb(32,55,96); }

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

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

 a { background-color: rgb(32,55,96); }

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

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

 span { border-color: rgb(32,55,96); }

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