#273A60

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

Shades of Catalina Blue #273A60

Tints of Catalina Blue #273A60

Color information

#273A60 (or 0x273A60) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 60. RGB value is (39,58,96). Sum of RGB (Red+Green+Blue) = 39+58+96=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #273A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A60 is #D8C59F. Grayscale: #383838. Windows color (decimal): -14206368 or 6306343. OLE color: 6306343.

HSL color Cylindrical-coordinate representation of color #273A60: hue angle of 220º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273A60 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB395896-
CMYK0.590.4000.62
HSL220º42.22%26.47%-
HSV(B)220º59.38%37.65%-
XYZ4.464.311.66-
YUV56.65150.21115.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=20.21%
G=30.05%
B=49.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3958960.590.4000.6222042.2226.47
Hex273A603B2803Edc2a1a
Octal477214073500763345232
Binary100111111010110000011101110100001111101101110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A60; }

 p { color: rgb(39,58,96); }

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

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

 a { background-color: rgb(39,58,96); }

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

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

 span { border-color: rgb(39,58,96); }

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