#273965

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

Shades of Catalina Blue #273965

Tints of Catalina Blue #273965

Color information

#273965 (or 0x273965) is unknown color: approx Catalina Blue. HEX triplet: 27, 39 and 65. RGB value is (39,57,101). Sum of RGB (Red+Green+Blue) = 39+57+101=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #273965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273965 is #D8C69A. Grayscale: #383838. Windows color (decimal): -14206619 or 6633767. OLE color: 6633767.

HSL color Cylindrical-coordinate representation of color #273965: hue angle of 222.58º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273965 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3957101-
CMYK0.610.4400.60
HSL222.58º44.29%27.45%-
HSV(B)222.58º61.39%39.61%-
XYZ4.654.312.9-
YUV56.63153.04115.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=19.80%
G=28.93%
B=51.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39571010.610.4400.60222.5844.2927.45
Hex2739653D2C03Cdf2c1b
Octal477114575540743375433
Binary100111111001110010111110110110001111001101111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273965; }

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

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

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

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

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

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

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

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