#273A53

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

Shades of Catalina Blue #273A53

Tints of Catalina Blue #273A53

Color information

#273A53 (or 0x273A53) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 53. RGB value is (39,58,83). Sum of RGB (Red+Green+Blue) = 39+58+83=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #273A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A53 is #D8C5AC. Grayscale: #373737. Windows color (decimal): -14206381 or 5454375. OLE color: 5454375.

HSL color Cylindrical-coordinate representation of color #273A53: hue angle of 214.09º 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 #273A53 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB395883-
CMYK0.530.3000.67
HSL214.09º36.07%23.92%-
HSV(B)214.09º53.01%32.55%-
XYZ3.914.088.77-
YUV55.17143.71116.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=21.67%
G=32.22%
B=46.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3958830.530.3000.67214.0936.0723.92
Hex273A53351E043d62418
Octal4772123653601033264430
Binary100111111010101001111010111110010000111101011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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