#2A2773

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

Shades of Deep Koamaru #2A2773

Tints of Deep Koamaru #2A2773

Color information

#2A2773 (or 0x2A2773) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 27 and 73. RGB value is (42,39,115). Sum of RGB (Red+Green+Blue) = 42+39+115=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A2773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2773 is #D5D88C. Grayscale: #303030. Windows color (decimal): -14014605 or 7546666. OLE color: 7546666.

HSL color Cylindrical-coordinate representation of color #2A2773: hue angle of 242.37º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A2773 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4239115-
CMYK0.630.6600.55
HSL242.37º49.35%30.2%-
HSV(B)242.37º66.09%45.1%-
XYZ4.773.1816.58-
YUV48.56165.49123.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=21.43%
G=19.90%
B=58.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42391150.630.6600.55242.3749.3530.2
Hex2A27733F42037f2311e
Octal5247163771020673626136
Binary1010101001111110011111111100001001101111111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,115); }

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

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

 a { background-color: rgb(42,39,115); }

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

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

 span { border-color: rgb(42,39,115); }

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