Html Css Color HEX #30249F Dark Slate Blue

📋 copy color: '#30249F'

red 48 ◦ green 36 ◦ blue 159

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

Shades of Dark Slate Blue #30249F

Tints of Dark Slate Blue #30249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 19.75%
G = 14.81%
B = 65.43%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30249F (or 0x30249F) is known color: Dark Slate Blue. HEX triplet: 30, 24 and 9F. RGB value is (48,36,159). Sum of RGB (Red+Green+Blue) = 48+36+159=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #30249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30249F is #CFDB60. Grayscale: #353535. Windows color (decimal): -13622113 or 10429488. OLE color: 10429488.

HSL color Cylindrical-coordinate representation of color #30249F: hue angle of 245.85º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30249F is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 36 159 -
CMYK 0.70 0.77 0 0.38
HSL 245.85º 0.63% 0.38% -
HSV(B) 245.85º 0.77% 0.62% -
XYZ 8.11 4.39 33.22 -
YUV 53.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 48 36 159 0.70 0.77 0 0.38 245.85 0.63 0.38
Hex 30 24 9F 46 4D 0 26 F6 3F 26
Octal 60 44 237 106 115 0 46 366 77 46
Binary 110000 100100 10011111 1000110 1001101 0 100110 11110110 111111 100110

Color Harmonies of #30249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30249F

Black with #30249F

Text Example


Text Example

White with #30249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30249F; }

 p { color: rgb(48,36,159); }

 H1.HeaderClassName
 {
   color: #30249F;
 }
 .AnyTagClassName
 {
   color: #30249F;
 }
</style>

background-color css

<style>
 a { background-color: #30249F; }

 a { background-color: rgb(48,36,159); }

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

border-color css

<style>
 span { border-color: #30249F; }

 span { border-color: rgb(48,36,159); }

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