#2F297A

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

Shades of Deep Koamaru #2F297A

Tints of Deep Koamaru #2F297A

Color information

#2F297A (or 0x2F297A) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 29 and 7A. RGB value is (47,41,122). Sum of RGB (Red+Green+Blue) = 47+41+122=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F297A is #D0D685. Grayscale: #333333. Windows color (decimal): -13686406 or 8005935. OLE color: 8005935.

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

Color convert

RGB4741122-
CMYK0.610.6600.52
HSL244.44º49.69%31.96%-
HSV(B)244.44º66.39%47.84%-
XYZ5.483.618.82-
YUV52.03167.49124.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=22.38%
G=19.52%
B=58.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47411220.610.6600.52244.4449.6931.96
Hex2F297A3D42034f43220
Octal5751172751020643646240
Binary10111110100111110101111011000010011010011110100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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