#272968

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

Shades of Deep Koamaru #272968

Tints of Deep Koamaru #272968

Color information

#272968 (or 0x272968) is unknown color: approx Deep Koamaru. HEX triplet: 27, 29 and 68. RGB value is (39,41,104). Sum of RGB (Red+Green+Blue) = 39+41+104=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #272968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272968 is #D8D697. Grayscale: #2F2F2F. Windows color (decimal): -14210712 or 6826279. OLE color: 6826279.

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

Color convert

RGB3941104-
CMYK0.620.6100.59
HSL238.15º45.45%28.04%-
HSV(B)238.15º62.5%40.78%-
XYZ4.133.0213.46-
YUV47.58159.84121.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=21.20%
G=22.28%
B=56.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39411040.620.6100.59238.1545.4528.04
Hex2729683E3D03Bee2d1c
Octal475115076750733565534
Binary100111101001110100011111011110101110111110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272968; }

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

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

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

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

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

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

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

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