#2A2F6B

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

Shades of Deep Koamaru #2A2F6B

Tints of Deep Koamaru #2A2F6B

Color information

#2A2F6B (or 0x2A2F6B) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 2F and 6B. RGB value is (42,47,107). Sum of RGB (Red+Green+Blue) = 42+47+107=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A2F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F6B is #D5D094. Grayscale: #343434. Windows color (decimal): -14012565 or 7024426. OLE color: 7024426.

HSL color Cylindrical-coordinate representation of color #2A2F6B: hue angle of 235.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A2F6B is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4247107-
CMYK0.610.5600.58
HSL235.38º43.62%29.22%-
HSV(B)235.38º60.75%41.96%-
XYZ4.633.5914.36-
YUV52.34158.84120.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=21.43%
G=23.98%
B=54.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42471070.610.5600.58235.3843.6229.22
Hex2A2F6B3D3803Aeb2c1d
Octal525715375700723535435
Binary101010101111110101111110111100001110101110101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,47,107); }

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

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

 a { background-color: rgb(42,47,107); }

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

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

 span { border-color: rgb(42,47,107); }

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