#273C69

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

Shades of Catalina Blue #273C69

Tints of Catalina Blue #273C69

Color information

#273C69 (or 0x273C69) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 69. RGB value is (39,60,105). Sum of RGB (Red+Green+Blue) = 39+60+105=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #273C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C69 is #D8C396. Grayscale: #3A3A3A. Windows color (decimal): -14205847 or 6896679. OLE color: 6896679.

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

Color convert

RGB3960105-
CMYK0.630.4300.59
HSL220.91º45.83%28.24%-
HSV(B)220.91º62.86%41.18%-
XYZ54.6814-
YUV58.85154.04113.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=19.12%
G=29.41%
B=51.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39601050.630.4300.59220.9145.8328.24
Hex273C693F2B03Bdd2e1c
Octal477415177530733355634
Binary100111111100110100111111110101101110111101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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