#273C53

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

Shades of Catalina Blue #273C53

Tints of Catalina Blue #273C53

Color information

#273C53 (or 0x273C53) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 53. RGB value is (39,60,83). Sum of RGB (Red+Green+Blue) = 39+60+83=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #273C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C53 is #D8C3AC. Grayscale: #383838. Windows color (decimal): -14205869 or 5454887. OLE color: 5454887.

HSL color Cylindrical-coordinate representation of color #273C53: hue angle of 211.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273C53 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396083-
CMYK0.530.2800.67
HSL211.36º36.07%23.92%-
HSV(B)211.36º53.01%32.55%-
XYZ4.014.298.8-
YUV56.34143.04115.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=21.43%
G=32.97%
B=45.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3960830.530.2800.67211.3636.0723.92
Hex273C53351C043d32418
Octal4774123653401033234430
Binary100111111100101001111010111100010000111101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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