Html Css Color HEX #302F9B Dark Slate Blue

📋 copy color: '#302F9B'

red 48 ◦ green 47 ◦ blue 155

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

Shades of Dark Slate Blue #302F9B

Tints of Dark Slate Blue #302F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 19.2%
G = 18.8%
B = 62%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#302F9B (or 0x302F9B) is known color: Dark Slate Blue. HEX triplet: 30, 2F and 9B. RGB value is (48,47,155). Sum of RGB (Red+Green+Blue) = 48+47+155=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #302F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F9B is #CFD064. Grayscale: #3B3B3B. Windows color (decimal): -13619301 or 10170160. OLE color: 10170160.

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

Color convert

RGB 48 47 155 -
CMYK 0.69 0.70 0 0.39
HSL 240.56º 0.53% 0.4% -
HSV(B) 240.56º 0.7% 0.61% -
XYZ 8.15 5.03 31.55 -
YUV 59.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 48 47 155 0.69 0.70 0 0.39 240.56 0.53 0.4
Hex 30 2F 9B 45 46 0 27 F1 35 28
Octal 60 57 233 105 106 0 47 361 65 50
Binary 110000 101111 10011011 1000101 1000110 0 100111 11110001 110101 101000

Color Harmonies of #302F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F9B

Black with #302F9B

Text Example


Text Example

White with #302F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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