Html Css Color HEX #302F9E Dark Slate Blue

📋 copy color: '#302F9E'

red 48 ◦ green 47 ◦ blue 158

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

Shades of Dark Slate Blue #302F9E

Tints of Dark Slate Blue #302F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 158 (62.11% from 255) = 62.45%

R = 18.97%
G = 18.58%
B = 62.45%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#302F9E (or 0x302F9E) is known color: Dark Slate Blue. HEX triplet: 30, 2F and 9E. RGB value is (48,47,158). Sum of RGB (Red+Green+Blue) = 48+47+158=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #302F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F9E is #CFD061. Grayscale: #3B3B3B. Windows color (decimal): -13619298 or 10366768. OLE color: 10366768.

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

Color convert

RGB 48 47 158 -
CMYK 0.70 0.70 0 0.38
HSL 240.54º 0.54% 0.4% -
HSV(B) 240.54º 0.7% 0.62% -
XYZ 8.41 5.13 32.89 -
YUV 59.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 48 47 158 0.70 0.70 0 0.38 240.54 0.54 0.4
Hex 30 2F 9E 46 46 0 26 F1 36 28
Octal 60 57 236 106 106 0 46 361 66 50
Binary 110000 101111 10011110 1000110 1000110 0 100110 11110001 110110 101000

Color Harmonies of #302F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F9E

Black with #302F9E

Text Example


Text Example

White with #302F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,158); }

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

background-color css

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

 a { background-color: rgb(48,47,158); }

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

border-color css

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

 span { border-color: rgb(48,47,158); }

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