Html Css Color HEX #302E99 Dark Slate Blue

📋 copy color: '#302E99'

red 48 ◦ green 46 ◦ blue 153

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

Shades of Dark Slate Blue #302E99

Tints of Dark Slate Blue #302E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.62%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 19.43%
G = 18.62%
B = 61.94%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#302E99 (or 0x302E99) is known color: Dark Slate Blue. HEX triplet: 30, 2E and 99. RGB value is (48,46,153). Sum of RGB (Red+Green+Blue) = 48+46+153=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #302E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302E99 is #CFD166. Grayscale: #3A3A3A. Windows color (decimal): -13619559 or 10038832. OLE color: 10038832.

HSL color Cylindrical-coordinate representation of color #302E99: hue angle of 241.12º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302E99 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 46 153 -
CMYK 0.69 0.70 0 0.4
HSL 241.12º 0.54% 0.39% -
HSV(B) 241.12º 0.7% 0.6% -
XYZ 7.95 4.88 30.66 -
YUV 58.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 48 46 153 0.69 0.70 0 0.4 241.12 0.54 0.39
Hex 30 2E 99 45 46 0 28 F1 36 27
Octal 60 56 231 105 106 0 50 361 66 47
Binary 110000 101110 10011001 1000101 1000110 0 101000 11110001 110110 100111

Color Harmonies of #302E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E99

Black with #302E99

Text Example


Text Example

White with #302E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,46,153); }

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

background-color css

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

 a { background-color: rgb(48,46,153); }

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

border-color css

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

 span { border-color: rgb(48,46,153); }

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