#273964

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

Shades of Catalina Blue #273964

Tints of Catalina Blue #273964

Color information

#273964 (or 0x273964) is unknown color: approx Catalina Blue. HEX triplet: 27, 39 and 64. RGB value is (39,57,100). Sum of RGB (Red+Green+Blue) = 39+57+100=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #273964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273964 is #D8C69B. Grayscale: #383838. Windows color (decimal): -14206620 or 6568231. OLE color: 6568231.

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

Color convert

RGB3957100-
CMYK0.610.4300.61
HSL222.3º43.88%27.25%-
HSV(B)222.3º61%39.22%-
XYZ4.64.2812.64-
YUV56.52152.54115.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=19.90%
G=29.08%
B=51.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39571000.610.4300.61222.343.8827.25
Hex2739643D2B03Dde2c1b
Octal477114475530753365433
Binary100111111001110010011110110101101111011101111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273964; }

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

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

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

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

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

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

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

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