#302AA2

Color #302AA2 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #302AA2

Tints of Dark Slate Blue #302AA2

Color information

#302AA2 (or 0x302AA2) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2A and A2. RGB value is (48,42,162). Sum of RGB (Red+Green+Blue) = 48+42+162=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #302AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AA2 is #CFD55D. Grayscale: #383838. Windows color (decimal): -13620574 or 10627632. OLE color: 10627632.

HSL color Cylindrical-coordinate representation of color #302AA2: hue angle of 243º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302AA2 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4842162-
CMYK0.700.7400.36
HSL243º58.82%40%-
HSV(B)243º74.07%63.53%-
XYZ8.574.8934.68-
YUV57.47186.99121.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 162 (63.67% from 255) = 64.29%
R=19.05%
G=16.67%
B=64.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48421620.700.7400.3624358.8240
Hex302AA2464A024f33b28
Octal60522421061120443637350
Binary1100001010101010001010001101001010010010011110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302AA2; }

 p { color: rgb(48,42,162); }

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

<style>
 a { background-color: #302AA2; }

 a { background-color: rgb(48,42,162); }

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

<style>
 span { border-color: #302AA2; }

 span { border-color: rgb(48,42,162); }

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