Html Css Color HEX #30269A Dark Slate Blue

📋 copy color: '#30269A'

red 48 ◦ green 38 ◦ blue 154

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

Shades of Dark Slate Blue #30269A

Tints of Dark Slate Blue #30269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 154 (60.55% from 255) = 64.17%

R = 20%
G = 15.83%
B = 64.17%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30269A (or 0x30269A) is known color: Dark Slate Blue. HEX triplet: 30, 26 and 9A. RGB value is (48,38,154). Sum of RGB (Red+Green+Blue) = 48+38+154=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #30269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30269A is #CFD965. Grayscale: #353535. Windows color (decimal): -13621606 or 10102320. OLE color: 10102320.

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

Color convert

RGB 48 38 154 -
CMYK 0.69 0.75 0 0.40
HSL 245.17º 0.6% 0.38% -
HSV(B) 245.17º 0.75% 0.6% -
XYZ 7.74 4.35 31 -
YUV 54.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 48 38 154 0.69 0.75 0 0.40 245.17 0.6 0.38
Hex 30 26 9A 45 4B 0 28 F5 3C 26
Octal 60 46 232 105 113 0 50 365 74 46
Binary 110000 100110 10011010 1000101 1001011 0 101000 11110101 111100 100110

Color Harmonies of #30269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30269A

Black with #30269A

Text Example


Text Example

White with #30269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30269A; }

 p { color: rgb(48,38,154); }

 H1.HeaderClassName
 {
   color: #30269A;
 }
 .AnyTagClassName
 {
   color: #30269A;
 }
</style>

background-color css

<style>
 a { background-color: #30269A; }

 a { background-color: rgb(48,38,154); }

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

border-color css

<style>
 span { border-color: #30269A; }

 span { border-color: rgb(48,38,154); }

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