#273168

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

Shades of Deep Koamaru #273168

Tints of Deep Koamaru #273168

Color information

#273168 (or 0x273168) is unknown color: approx Deep Koamaru. HEX triplet: 27, 31 and 68. RGB value is (39,49,104). Sum of RGB (Red+Green+Blue) = 39+49+104=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #273168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273168 is #D8CE97. Grayscale: #343434. Windows color (decimal): -14208664 or 6828327. OLE color: 6828327.

HSL color Cylindrical-coordinate representation of color #273168: hue angle of 230.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273168 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3949104-
CMYK0.620.5300.59
HSL230.77º45.45%28.04%-
HSV(B)230.77º62.5%40.78%-
XYZ4.433.6313.56-
YUV52.28157.19118.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=20.31%
G=25.52%
B=54.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39491040.620.5300.59230.7745.4528.04
Hex2731683E3503Be72d1c
Octal476115076650733475534
Binary100111110001110100011111011010101110111110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273168; }

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

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

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

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

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

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

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

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