Html Css Color HEX #302BA2 Dark Slate Blue

📋 copy color: '#302BA2'

red 48 ◦ green 43 ◦ blue 162

#302BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #302BA2

Tints of Dark Slate Blue #302BA2

RGB

 RED value IS 48 (19.14% from 255) = 18.97%

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 162 (63.67% from 255) = 64.03%

R = 18.97%
G = 17%
B = 64.03%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#302BA2 (or 0x302BA2) is known color: Dark Slate Blue. HEX triplet: 30, 2B and A2. RGB value is (48,43,162). Sum of RGB (Red+Green+Blue) = 48+43+162=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #302BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BA2 is #CFD45D. Grayscale: #393939. Windows color (decimal): -13620318 or 10627888. OLE color: 10627888.

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

Color convert

RGB 48 43 162 -
CMYK 0.70 0.73 0 0.36
HSL 242.52º 0.58% 0.4% -
HSV(B) 242.52º 0.73% 0.64% -
XYZ 8.6 4.96 34.69 -
YUV 58.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 48 43 162 0.70 0.73 0 0.36 242.52 0.58 0.4
Hex 30 2B A2 46 49 0 24 F3 3A 28
Octal 60 53 242 106 111 0 44 363 72 50
Binary 110000 101011 10100010 1000110 1001001 0 100100 11110011 111010 101000

Color Harmonies of #302BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BA2

Black with #302BA2

Text Example


Text Example

White with #302BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #302BA2;
 }
 .AnyTagClassName
 {
   color: #302BA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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