#273C6A

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

Shades of Catalina Blue #273C6A

Tints of Catalina Blue #273C6A

Color information

#273C6A (or 0x273C6A) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 6A. RGB value is (39,60,106). Sum of RGB (Red+Green+Blue) = 39+60+106=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #273C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C6A is #D8C395. Grayscale: #3A3A3A. Windows color (decimal): -14205846 or 6962215. OLE color: 6962215.

HSL color Cylindrical-coordinate representation of color #273C6A: hue angle of 221.19º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273C6A is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3960106-
CMYK0.630.4300.58
HSL221.19º46.21%28.43%-
HSV(B)221.19º63.21%41.57%-
XYZ5.054.714.28-
YUV58.96154.54113.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=19.02%
G=29.27%
B=51.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39601060.630.4300.58221.1946.2128.43
Hex273C6A3F2B03Add2e1c
Octal477415277530723355634
Binary100111111100110101011111110101101110101101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,60,106); }

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

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

 a { background-color: rgb(39,60,106); }

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

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

 span { border-color: rgb(39,60,106); }

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