#273A63

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

Shades of Catalina Blue #273A63

Tints of Catalina Blue #273A63

Color information

#273A63 (or 0x273A63) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 63. RGB value is (39,58,99). Sum of RGB (Red+Green+Blue) = 39+58+99=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #273A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A63 is #D8C59C. Grayscale: #383838. Windows color (decimal): -14206365 or 6502951. OLE color: 6502951.

HSL color Cylindrical-coordinate representation of color #273A63: hue angle of 221º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273A63 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB395899-
CMYK0.610.4100.61
HSL221º43.48%27.06%-
HSV(B)221º60.61%38.82%-
XYZ4.64.3612.4-
YUV56.99151.71115.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=19.90%
G=29.59%
B=50.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3958990.610.4100.6122143.4827.06
Hex273A633D2903Ddd2b1b
Octal477214375510753355333
Binary100111111010110001111110110100101111011101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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