#2d277a

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

Shades of Deep Koamaru #2D277A

Tints of Deep Koamaru #2D277A

Color information

#2D277A (or 0x2D277A) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 27 and 7A. RGB value is (45,39,122). Sum of RGB (Red+Green+Blue) = 45+39+122=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D277A is #D2D885. Grayscale: #313131. Windows color (decimal): -13817990 or 8005421. OLE color: 8005421.

HSL color Cylindrical-coordinate representation of color #2D277A: hue angle of 244.34º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D277A is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4539122-
CMYK0.630.6800.52
HSL244.34º51.55%31.57%-
HSV(B)244.34º68.03%47.84%-
XYZ5.323.4118.79-
YUV50.26168.49124.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.84%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=21.84%
G=18.93%
B=59.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45391220.630.6800.52244.3451.5531.57
Hex2D277A3F44034f43420
Octal5547172771040643646440
Binary10110110011111110101111111000100011010011110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d277a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d277a; }

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

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

<style>
 a { background-color: #2d277a; }

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

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

<style>
 span { border-color: #2d277a; }

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

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