#272A72

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

Shades of Deep Koamaru #272A72

Tints of Deep Koamaru #272A72

Color information

#272A72 (or 0x272A72) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2A and 72. RGB value is (39,42,114). Sum of RGB (Red+Green+Blue) = 39+42+114=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #272A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A72 is #D8D58D. Grayscale: #313131. Windows color (decimal): -14210446 or 7481895. OLE color: 7481895.

HSL color Cylindrical-coordinate representation of color #272A72: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272A72 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3942114-
CMYK0.660.6300.55
HSL237.6º49.02%30%-
HSV(B)237.6º65.79%44.71%-
XYZ4.73.316.31-
YUV49.31164.51120.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=20%
G=21.54%
B=58.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39421140.660.6300.55237.649.0230
Hex272A72423F037ee311e
Octal4752162102770673566136
Binary1001111010101110010100001011111101101111110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,114); }

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

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

 a { background-color: rgb(39,42,114); }

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

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

 span { border-color: rgb(39,42,114); }

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