#273D56

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

Shades of Catalina Blue #273D56

Tints of Catalina Blue #273D56

Color information

#273D56 (or 0x273D56) is unknown color: approx Catalina Blue. HEX triplet: 27, 3D and 56. RGB value is (39,61,86). Sum of RGB (Red+Green+Blue) = 39+61+86=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #273D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D56 is #D8C2A9. Grayscale: #393939. Windows color (decimal): -14205610 or 5651751. OLE color: 5651751.

HSL color Cylindrical-coordinate representation of color #273D56: hue angle of 211.91º 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 #273D56 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB396186-
CMYK0.550.2900.66
HSL211.91º37.6%24.51%-
HSV(B)211.91º54.65%33.73%-
XYZ4.194.449.44-
YUV57.27144.21114.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=20.97%
G=32.80%
B=46.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3961860.550.2900.66211.9137.624.51
Hex273D56371D042d42619
Octal4775126673501023244631
Binary100111111101101011011011111101010000101101010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,61,86); }

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

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

 a { background-color: rgb(39,61,86); }

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

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

 span { border-color: rgb(39,61,86); }

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