#272C66

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

Shades of Deep Koamaru #272C66

Tints of Deep Koamaru #272C66

Color information

#272C66 (or 0x272C66) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2C and 66. RGB value is (39,44,102). Sum of RGB (Red+Green+Blue) = 39+44+102=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #272C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C66 is #D8D399. Grayscale: #303030. Windows color (decimal): -14209946 or 6695975. OLE color: 6695975.

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

Color convert

RGB3944102-
CMYK0.620.5700.6
HSL235.24º44.68%27.65%-
HSV(B)235.24º61.76%40%-
XYZ4.143.1912.97-
YUV49.12157.84120.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=21.08%
G=23.78%
B=55.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39441020.620.5700.6235.2444.6827.65
Hex272C663E3903Ceb2d1c
Octal475414676710743535534
Binary100111101100110011011111011100101111001110101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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