#273C66

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

Shades of Catalina Blue #273C66

Tints of Catalina Blue #273C66

Color information

#273C66 (or 0x273C66) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 66. RGB value is (39,60,102). Sum of RGB (Red+Green+Blue) = 39+60+102=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #273C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C66 is #D8C399. Grayscale: #3A3A3A. Windows color (decimal): -14205850 or 6700071. OLE color: 6700071.

HSL color Cylindrical-coordinate representation of color #273C66: hue angle of 220º 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 #273C66 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3960102-
CMYK0.620.4100.6
HSL220º44.68%27.65%-
HSV(B)220º61.76%40%-
XYZ4.854.6213.21-
YUV58.51152.54114.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=19.40%
G=29.85%
B=50.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39601020.620.4100.622044.6827.65
Hex273C663E2903Cdc2d1c
Octal477414676510743345534
Binary100111111100110011011111010100101111001101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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