#273F60

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

Shades of Catalina Blue #273F60

Tints of Catalina Blue #273F60

Color information

#273F60 (or 0x273F60) is unknown color: approx Catalina Blue. HEX triplet: 27, 3F and 60. RGB value is (39,63,96). Sum of RGB (Red+Green+Blue) = 39+63+96=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #273F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F60 is #D8C09F. Grayscale: #3B3B3B. Windows color (decimal): -14205088 or 6307623. OLE color: 6307623.

HSL color Cylindrical-coordinate representation of color #273F60: hue angle of 214.74º 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 #273F60 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB396396-
CMYK0.590.3400.62
HSL214.74º42.22%26.47%-
HSV(B)214.74º59.38%37.65%-
XYZ4.734.8311.75-
YUV59.59148.55113.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=19.70%
G=31.82%
B=48.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3963960.590.3400.62214.7442.2226.47
Hex273F603B2203Ed72a1a
Octal477714073420763275232
Binary100111111111110000011101110001001111101101011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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