Html Css Color HEX #302C9F Dark Slate Blue

📋 copy color: '#302C9F'

red 48 ◦ green 44 ◦ blue 159

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

Shades of Dark Slate Blue #302C9F

Tints of Dark Slate Blue #302C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

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

R = 19.12%
G = 17.53%
B = 63.35%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#302C9F (or 0x302C9F) is known color: Dark Slate Blue. HEX triplet: 30, 2C and 9F. RGB value is (48,44,159). Sum of RGB (Red+Green+Blue) = 48+44+159=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #302C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C9F is #CFD360. Grayscale: #393939. Windows color (decimal): -13620065 or 10431536. OLE color: 10431536.

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

Color convert

RGB 48 44 159 -
CMYK 0.70 0.72 0 0.38
HSL 242.09º 0.57% 0.4% -
HSV(B) 242.09º 0.72% 0.62% -
XYZ 8.38 4.93 33.31 -
YUV 58.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 48 44 159 0.70 0.72 0 0.38 242.09 0.57 0.4
Hex 30 2C 9F 46 48 0 26 F2 39 28
Octal 60 54 237 106 110 0 46 362 71 50
Binary 110000 101100 10011111 1000110 1001000 0 100110 11110010 111001 101000

Color Harmonies of #302C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C9F

Black with #302C9F

Text Example


Text Example

White with #302C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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