#272B77

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

Shades of Deep Koamaru #272B77

Tints of Deep Koamaru #272B77

Color information

#272B77 (or 0x272B77) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2B and 77. RGB value is (39,43,119). Sum of RGB (Red+Green+Blue) = 39+43+119=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #272B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B77 is #D8D488. Grayscale: #323232. Windows color (decimal): -14210185 or 7809831. OLE color: 7809831.

HSL color Cylindrical-coordinate representation of color #272B77: hue angle of 237º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272B77 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3943119-
CMYK0.670.6400.53
HSL237º50.63%30.98%-
HSV(B)237º67.23%46.67%-
XYZ5.033.4917.86-
YUV50.47166.67119.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=19.40%
G=21.39%
B=59.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39431190.670.6400.5323750.6330.98
Hex272B774340035ed331f
Octal47531671031000653556337
Binary10011110101111101111000011100000001101011110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,119); }

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

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

 a { background-color: rgb(39,43,119); }

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

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

 span { border-color: rgb(39,43,119); }

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