#2F277A

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

Shades of Deep Koamaru #2F277A

Tints of Deep Koamaru #2F277A

Color information

#2F277A (or 0x2F277A) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 27 and 7A. RGB value is (47,39,122). Sum of RGB (Red+Green+Blue) = 47+39+122=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F277A is #D0D885. Grayscale: #323232. Windows color (decimal): -13686918 or 8005423. OLE color: 8005423.

HSL color Cylindrical-coordinate representation of color #2F277A: hue angle of 245.78º 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 #2F277A is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4739122-
CMYK0.610.6800.52
HSL245.78º51.55%31.57%-
HSV(B)245.78º68.03%47.84%-
XYZ5.413.4618.8-
YUV50.85168.15125.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=22.60%
G=18.75%
B=58.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47391220.610.6800.52245.7851.5531.57
Hex2F277A3D44034f63420
Octal5747172751040643666440
Binary10111110011111110101111011000100011010011110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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