#273D58

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

Shades of Catalina Blue #273D58

Tints of Catalina Blue #273D58

Color information

#273D58 (or 0x273D58) is unknown color: approx Catalina Blue. HEX triplet: 27, 3D and 58. RGB value is (39,61,88). Sum of RGB (Red+Green+Blue) = 39+61+88=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #273D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D58 is #D8C2A7. Grayscale: #393939. Windows color (decimal): -14205608 or 5782823. OLE color: 5782823.

HSL color Cylindrical-coordinate representation of color #273D58: hue angle of 213.06º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273D58 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB396188-
CMYK0.560.3100.65
HSL213.06º38.58%24.9%-
HSV(B)213.06º55.68%34.51%-
XYZ4.274.479.87-
YUV57.5145.21114.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=20.74%
G=32.45%
B=46.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3961880.560.3100.65213.0638.5824.9
Hex273D58381F041d52719
Octal4775130703701013254731
Binary100111111101101100011100011111010000011101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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