#272C75

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

Shades of Deep Koamaru #272C75

Tints of Deep Koamaru #272C75

Color information

#272C75 (or 0x272C75) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2C and 75. RGB value is (39,44,117). Sum of RGB (Red+Green+Blue) = 39+44+117=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #272C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C75 is #D8D38A. Grayscale: #323232. Windows color (decimal): -14209931 or 7679015. OLE color: 7679015.

HSL color Cylindrical-coordinate representation of color #272C75: hue angle of 236.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272C75 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3944117-
CMYK0.670.6200.54
HSL236.15º50%30.59%-
HSV(B)236.15º66.67%45.88%-
XYZ4.953.5217.25-
YUV50.83165.34119.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=19.5%
G=22%
B=58.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39441170.670.6200.54236.155030.59
Hex272C75433E036ec321f
Octal4754165103760663546237
Binary1001111011001110101100001111111001101101110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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