Html Css Color HEX #302F96 Dark Slate Blue

📋 copy color: '#302F96'

red 48 ◦ green 47 ◦ blue 150

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

Shades of Dark Slate Blue #302F96

Tints of Dark Slate Blue #302F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 19.59%
G = 19.18%
B = 61.22%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#302F96 (or 0x302F96) is known color: Dark Slate Blue. HEX triplet: 30, 2F and 96. RGB value is (48,47,150). Sum of RGB (Red+Green+Blue) = 48+47+150=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #302F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F96 is #CFD069. Grayscale: #3A3A3A. Windows color (decimal): -13619306 or 9842480. OLE color: 9842480.

HSL color Cylindrical-coordinate representation of color #302F96: hue angle of 240.58º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302F96 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 47 150 -
CMYK 0.68 0.69 0 0.41
HSL 240.58º 0.52% 0.39% -
HSV(B) 240.58º 0.69% 0.59% -
XYZ 7.74 4.86 29.38 -
YUV 59.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 48 47 150 0.68 0.69 0 0.41 240.58 0.52 0.39
Hex 30 2F 96 44 45 0 29 F1 34 27
Octal 60 57 226 104 105 0 51 361 64 47
Binary 110000 101111 10010110 1000100 1000101 0 101001 11110001 110100 100111

Color Harmonies of #302F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F96

Black with #302F96

Text Example


Text Example

White with #302F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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