#273A66

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

Shades of Catalina Blue #273A66

Tints of Catalina Blue #273A66

Color information

#273A66 (or 0x273A66) is unknown color: approx Catalina Blue. HEX triplet: 27, 3A and 66. RGB value is (39,58,102). Sum of RGB (Red+Green+Blue) = 39+58+102=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #273A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A66 is #D8C599. Grayscale: #393939. Windows color (decimal): -14206362 or 6699559. OLE color: 6699559.

HSL color Cylindrical-coordinate representation of color #273A66: hue angle of 221.9º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273A66 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3958102-
CMYK0.620.4300.6
HSL221.9º44.68%27.65%-
HSV(B)221.9º61.76%40%-
XYZ4.754.4213.17-
YUV57.34153.21114.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=19.60%
G=29.15%
B=51.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39581020.620.4300.6221.944.6827.65
Hex273A663E2B03Cde2d1c
Octal477214676530743365534
Binary100111111010110011011111010101101111001101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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