Html Css Color HEX #30279B Dark Slate Blue

📋 copy color: '#30279B'

red 48 ◦ green 39 ◦ blue 155

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

Shades of Dark Slate Blue #30279B

Tints of Dark Slate Blue #30279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 19.83%
G = 16.12%
B = 64.05%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30279B (or 0x30279B) is known color: Dark Slate Blue. HEX triplet: 30, 27 and 9B. RGB value is (48,39,155). Sum of RGB (Red+Green+Blue) = 48+39+155=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #30279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30279B is #CFD864. Grayscale: #363636. Windows color (decimal): -13621349 or 10168112. OLE color: 10168112.

HSL color Cylindrical-coordinate representation of color #30279B: hue angle of 244.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30279B is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 39 155 -
CMYK 0.69 0.75 0 0.39
HSL 244.66º 0.6% 0.38% -
HSV(B) 244.66º 0.75% 0.61% -
XYZ 7.86 4.45 31.45 -
YUV 54.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 48 39 155 0.69 0.75 0 0.39 244.66 0.6 0.38
Hex 30 27 9B 45 4B 0 27 F5 3C 26
Octal 60 47 233 105 113 0 47 365 74 46
Binary 110000 100111 10011011 1000101 1001011 0 100111 11110101 111100 100110

Color Harmonies of #30279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30279B

Black with #30279B

Text Example


Text Example

White with #30279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30279B; }

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

 H1.HeaderClassName
 {
   color: #30279B;
 }
 .AnyTagClassName
 {
   color: #30279B;
 }
</style>

background-color css

<style>
 a { background-color: #30279B; }

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

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

border-color css

<style>
 span { border-color: #30279B; }

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

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