#273A61

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

Shades of Catalina Blue #273A61

Tints of Catalina Blue #273A61

Color information

#273A61 (or 0x273A61) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 61. RGB value is (39,58,97). Sum of RGB (Red+Green+Blue) = 39+58+97=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #273A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A61 is #D8C59E. Grayscale: #383838. Windows color (decimal): -14206367 or 6371879. OLE color: 6371879.

HSL color Cylindrical-coordinate representation of color #273A61: hue angle of 220.34º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273A61 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB395897-
CMYK0.600.4000.62
HSL220.34º42.65%26.67%-
HSV(B)220.34º59.79%38.04%-
XYZ4.514.3211.91-
YUV56.76150.71115.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 97 (38.28% from 255) = 50%
R=20.10%
G=29.90%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3958970.600.4000.62220.3442.6526.67
Hex273A613C2803Edc2b1b
Octal477214174500763345333
Binary100111111010110000111110010100001111101101110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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