#272D65

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

Shades of Deep Koamaru #272D65

Tints of Deep Koamaru #272D65

Color information

#272D65 (or 0x272D65) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2D and 65. RGB value is (39,45,101). Sum of RGB (Red+Green+Blue) = 39+45+101=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #272D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D65 is #D8D29A. Grayscale: #313131. Windows color (decimal): -14209691 or 6630695. OLE color: 6630695.

HSL color Cylindrical-coordinate representation of color #272D65: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272D65 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3945101-
CMYK0.610.5500.60
HSL234.19º44.29%27.45%-
HSV(B)234.19º61.39%39.61%-
XYZ4.123.2512.72-
YUV49.59157.01120.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=21.08%
G=24.32%
B=54.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39451010.610.5500.60234.1944.2927.45
Hex272D653D3703Cea2c1b
Octal475514575670743525433
Binary100111101101110010111110111011101111001110101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,101); }

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

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

 a { background-color: rgb(39,45,101); }

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

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

 span { border-color: rgb(39,45,101); }

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