#273166

Color #273166 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #273166

Tints of Deep Koamaru #273166

Color information

#273166 (or 0x273166) is unknown color: approx Deep Koamaru. HEX triplet: 27, 31 and 66. RGB value is (39,49,102). Sum of RGB (Red+Green+Blue) = 39+49+102=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #273166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273166 is #D8CE99. Grayscale: #333333. Windows color (decimal): -14208666 or 6697255. OLE color: 6697255.

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

Color convert

RGB3949102-
CMYK0.620.5200.6
HSL230.48º44.68%27.65%-
HSV(B)230.48º61.76%40%-
XYZ4.333.5913.03-
YUV52.05156.19118.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=20.53%
G=25.79%
B=53.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39491020.620.5200.6230.4844.6827.65
Hex2731663E3403Ce62d1c
Octal476114676640743465534
Binary100111110001110011011111011010001111001110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273166; }

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

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

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

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

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

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

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

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