#273C59

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

Shades of Catalina Blue #273C59

Tints of Catalina Blue #273C59

Color information

#273C59 (or 0x273C59) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 59. RGB value is (39,60,89). Sum of RGB (Red+Green+Blue) = 39+60+89=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #273C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C59 is #D8C3A6. Grayscale: #383838. Windows color (decimal): -14205863 or 5848103. OLE color: 5848103.

HSL color Cylindrical-coordinate representation of color #273C59: hue angle of 214.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273C59 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB396089-
CMYK0.560.3300.65
HSL214.8º39.06%25.1%-
HSV(B)214.8º56.18%34.9%-
XYZ4.264.3810.07-
YUV57.03146.04115.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=20.74%
G=31.91%
B=47.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3960890.560.3300.65214.839.0625.1
Hex273C593821041d72719
Octal4774131704101013274731
Binary1001111111001011001111000100001010000011101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,60,89); }

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

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

 a { background-color: rgb(39,60,89); }

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

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

 span { border-color: rgb(39,60,89); }

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