Html Css Color HEX #302C9D Dark Slate Blue

📋 copy color: '#302C9D'

red 48 ◦ green 44 ◦ blue 157

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

Shades of Dark Slate Blue #302C9D

Tints of Dark Slate Blue #302C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 19.28%
G = 17.67%
B = 63.05%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#302C9D (or 0x302C9D) is known color: Dark Slate Blue. HEX triplet: 30, 2C and 9D. RGB value is (48,44,157). Sum of RGB (Red+Green+Blue) = 48+44+157=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #302C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C9D is #CFD362. Grayscale: #393939. Windows color (decimal): -13620067 or 10300464. OLE color: 10300464.

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

Color convert

RGB 48 44 157 -
CMYK 0.69 0.72 0 0.38
HSL 242.12º 0.56% 0.39% -
HSV(B) 242.12º 0.72% 0.62% -
XYZ 8.21 4.86 32.4 -
YUV 58.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 48 44 157 0.69 0.72 0 0.38 242.12 0.56 0.39
Hex 30 2C 9D 45 48 0 26 F2 38 27
Octal 60 54 235 105 110 0 46 362 70 47
Binary 110000 101100 10011101 1000101 1001000 0 100110 11110010 111000 100111

Color Harmonies of #302C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C9D

Black with #302C9D

Text Example


Text Example

White with #302C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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