#2D297A

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

Shades of Deep Koamaru #2D297A

Tints of Deep Koamaru #2D297A

Color information

#2D297A (or 0x2D297A) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 29 and 7A. RGB value is (45,41,122). Sum of RGB (Red+Green+Blue) = 45+41+122=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 41 (16.41% from 255 or 19.71% 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 #2D297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D297A is #D2D685. Grayscale: #333333. Windows color (decimal): -13817478 or 8005933. OLE color: 8005933.

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

Color convert

RGB4541122-
CMYK0.630.6600.52
HSL242.96º49.69%31.96%-
HSV(B)242.96º66.39%47.84%-
XYZ5.393.5518.81-
YUV51.43167.83123.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=21.63%
G=19.71%
B=58.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45411220.630.6600.52242.9649.6931.96
Hex2D297A3F42034f33220
Octal5551172771020643636240
Binary10110110100111110101111111000010011010011110011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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