#2F2878

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

Shades of Deep Koamaru #2F2878

Tints of Deep Koamaru #2F2878

Color information

#2F2878 (or 0x2F2878) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 28 and 78. RGB value is (47,40,120). Sum of RGB (Red+Green+Blue) = 47+40+120=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2878 is #D0D787. Grayscale: #323232. Windows color (decimal): -13686664 or 7874607. OLE color: 7874607.

HSL color Cylindrical-coordinate representation of color #2F2878: hue angle of 245.25º degrees, saturation: 0.5, 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 #2F2878 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4740120-
CMYK0.610.6700.53
HSL245.25º50%31.37%-
HSV(B)245.25º66.67%47.06%-
XYZ5.323.4818.16-
YUV51.21166.82125-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.71%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=22.71%
G=19.32%
B=57.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47401200.610.6700.53245.255031.37
Hex2F28783D43035f5321f
Octal5750170751030653656237
Binary1011111010001111000111101100001101101011111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,120); }

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

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

 a { background-color: rgb(47,40,120); }

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

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

 span { border-color: rgb(47,40,120); }

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