#272A6E

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

Shades of Deep Koamaru #272A6E

Tints of Deep Koamaru #272A6E

Color information

#272A6E (or 0x272A6E) is unknown color: approx Deep Koamaru. HEX triplet: 27, 2A and 6E. RGB value is (39,42,110). Sum of RGB (Red+Green+Blue) = 39+42+110=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #272A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A6E is #D8D591. Grayscale: #303030. Windows color (decimal): -14210450 or 7219751. OLE color: 7219751.

HSL color Cylindrical-coordinate representation of color #272A6E: hue angle of 237.46º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #272A6E is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3942110-
CMYK0.650.6200.57
HSL237.46º47.65%29.22%-
HSV(B)237.46º64.55%43.14%-
XYZ4.483.2115.14-
YUV48.86162.51120.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=20.42%
G=21.99%
B=57.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39421100.650.6200.57237.4647.6529.22
Hex272A6E413E039ed301d
Octal4752156101760713556035
Binary1001111010101101110100000111111001110011110110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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