Html Css Color HEX #3026A4 Dark Slate Blue

📋 copy color: '#3026A4'

red 48 ◦ green 38 ◦ blue 164

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

Shades of Dark Slate Blue #3026A4

Tints of Dark Slate Blue #3026A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 65.6%

R = 19.2%
G = 15.2%
B = 65.6%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3026A4 (or 0x3026A4) is known color: Dark Slate Blue. HEX triplet: 30, 26 and A4. RGB value is (48,38,164). Sum of RGB (Red+Green+Blue) = 48+38+164=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #3026A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3026A4 is #CFD95B. Grayscale: #363636. Windows color (decimal): -13621596 or 10757680. OLE color: 10757680.

HSL color Cylindrical-coordinate representation of color #3026A4: hue angle of 244.76º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3026A4 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 38 164 -
CMYK 0.71 0.77 0 0.36
HSL 244.76º 0.62% 0.4% -
HSV(B) 244.76º 0.77% 0.64% -
XYZ 8.61 4.69 35.57 -
YUV 55.35 189.31 122.75 -
System Red Green Blue C M Y K H S L
Decimal 48 38 164 0.71 0.77 0 0.36 244.76 0.62 0.4
Hex 30 26 A4 47 4D 0 24 F5 3E 28
Octal 60 46 244 107 115 0 44 365 76 50
Binary 110000 100110 10100100 1000111 1001101 0 100100 11110101 111110 101000

Color Harmonies of #3026A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3026A4

Black with #3026A4

Text Example


Text Example

White with #3026A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3026A4; }

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

 H1.HeaderClassName
 {
   color: #3026A4;
 }
 .AnyTagClassName
 {
   color: #3026A4;
 }
</style>

background-color css

<style>
 a { background-color: #3026A4; }

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

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

border-color css

<style>
 span { border-color: #3026A4; }

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

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