Html Css Color HEX #30369C Dark Slate Blue

📋 copy color: '#30369C'

red 48 ◦ green 54 ◦ blue 156

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

Shades of Dark Slate Blue #30369C

Tints of Dark Slate Blue #30369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 18.6%
G = 20.93%
B = 60.47%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30369C (or 0x30369C) is known color: Dark Slate Blue. HEX triplet: 30, 36 and 9C. RGB value is (48,54,156). Sum of RGB (Red+Green+Blue) = 48+54+156=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #30369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30369C is #CFC963. Grayscale: #3F3F3F. Windows color (decimal): -13617508 or 10237488. OLE color: 10237488.

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

Color convert

RGB 48 54 156 -
CMYK 0.69 0.65 0 0.39
HSL 236.67º 0.53% 0.4% -
HSV(B) 236.67º 0.69% 0.61% -
XYZ 8.54 5.67 32.1 -
YUV 63.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 48 54 156 0.69 0.65 0 0.39 236.67 0.53 0.4
Hex 30 36 9C 45 41 0 27 ED 35 28
Octal 60 66 234 105 101 0 47 355 65 50
Binary 110000 110110 10011100 1000101 1000001 0 100111 11101101 110101 101000

Color Harmonies of #30369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30369C

Black with #30369C

Text Example


Text Example

White with #30369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30369C; }

 p { color: rgb(48,54,156); }

 H1.HeaderClassName
 {
   color: #30369C;
 }
 .AnyTagClassName
 {
   color: #30369C;
 }
</style>

background-color css

<style>
 a { background-color: #30369C; }

 a { background-color: rgb(48,54,156); }

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

border-color css

<style>
 span { border-color: #30369C; }

 span { border-color: rgb(48,54,156); }

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