#273961

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

Shades of Catalina Blue #273961

Tints of Catalina Blue #273961

Color information

#273961 (or 0x273961) is unknown color: approx Catalina Blue. HEX triplet: 27, 39 and 61. RGB value is (39,57,97). Sum of RGB (Red+Green+Blue) = 39+57+97=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #273961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273961 is #D8C69E. Grayscale: #383838. Windows color (decimal): -14206623 or 6371623. OLE color: 6371623.

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

Color convert

RGB395797-
CMYK0.600.4100.62
HSL221.38º42.65%26.67%-
HSV(B)221.38º59.79%38.04%-
XYZ4.464.2211.89-
YUV56.18151.04115.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=20.21%
G=29.53%
B=50.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3957970.600.4100.62221.3842.6526.67
Hex2739613C2903Edd2b1b
Octal477114174510763355333
Binary100111111001110000111110010100101111101101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273961; }

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

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

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

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

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

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

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

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