#273C61

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

Shades of Catalina Blue #273C61

Tints of Catalina Blue #273C61

Color information

#273C61 (or 0x273C61) is unknown color: approx Catalina Blue. HEX triplet: 27, 3C and 61. RGB value is (39,60,97). Sum of RGB (Red+Green+Blue) = 39+60+97=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #273C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C61 is #D8C39E. Grayscale: #393939. Windows color (decimal): -14205855 or 6372391. OLE color: 6372391.

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

Color convert

RGB396097-
CMYK0.600.3800.62
HSL218.28º42.65%26.67%-
HSV(B)218.28º59.79%38.04%-
XYZ4.614.5311.94-
YUV57.94150.04114.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=19.90%
G=30.61%
B=49.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3960970.600.3800.62218.2842.6526.67
Hex273C613C2603Eda2b1b
Octal477414174460763325333
Binary100111111100110000111110010011001111101101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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