#272E68

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

Shades of Deep Koamaru #272E68

Tints of Deep Koamaru #272E68

Color information

#272E68 (or 0x272E68) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2E and 68. RGB value is (39,46,104). Sum of RGB (Red+Green+Blue) = 39+46+104=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #272E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E68 is #D8D197. Grayscale: #323232. Windows color (decimal): -14209432 or 6827559. OLE color: 6827559.

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

Color convert

RGB3946104-
CMYK0.620.5600.59
HSL233.54º45.45%28.04%-
HSV(B)233.54º62.5%40.78%-
XYZ4.313.3813.52-
YUV50.52158.18119.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=20.63%
G=24.34%
B=55.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39461040.620.5600.59233.5445.4528.04
Hex272E683E3803Bea2d1c
Octal475615076700733525534
Binary100111101110110100011111011100001110111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E68; }

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

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

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

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

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

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

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

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