#273A57

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

Shades of Catalina Blue #273A57

Tints of Catalina Blue #273A57

Color information

#273A57 (or 0x273A57) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 57. RGB value is (39,58,87). Sum of RGB (Red+Green+Blue) = 39+58+87=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #273A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A57 is #D8C5A8. Grayscale: #373737. Windows color (decimal): -14206377 or 5716519. OLE color: 5716519.

HSL color Cylindrical-coordinate representation of color #273A57: hue angle of 216.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273A57 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB395887-
CMYK0.550.3300.66
HSL216.25º38.1%24.71%-
HSV(B)216.25º55.17%34.12%-
XYZ4.074.159.6-
YUV55.62145.71116.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=21.20%
G=31.52%
B=47.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3958870.550.3300.66216.2538.124.71
Hex273A573721042d82619
Octal4772127674101023304631
Binary1001111110101010111110111100001010000101101100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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