Html Css Color HEX #34299A Dark Slate Blue

📋 copy color: '#34299A'

red 52 ◦ green 41 ◦ blue 154

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

Shades of Dark Slate Blue #34299A

Tints of Dark Slate Blue #34299A

RGB

 RED value IS 52 (20.7% from 255) = 21.05%

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 21.05%
G = 16.6%
B = 62.35%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34299A (or 0x34299A) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 9A. RGB value is (52,41,154). Sum of RGB (Red+Green+Blue) = 52+41+154=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #34299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34299A is #CBD665. Grayscale: #383838. Windows color (decimal): -13358694 or 10103092. OLE color: 10103092.

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

Color convert

RGB 52 41 154 -
CMYK 0.66 0.73 0 0.40
HSL 245.84º 0.58% 0.38% -
HSV(B) 245.84º 0.73% 0.6% -
XYZ 8.04 4.65 31.05 -
YUV 57.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 52 41 154 0.66 0.73 0 0.40 245.84 0.58 0.38
Hex 34 29 9A 42 49 0 28 F6 3A 26
Octal 64 51 232 102 111 0 50 366 72 46
Binary 110100 101001 10011010 1000010 1001001 0 101000 11110110 111010 100110

Color Harmonies of #34299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34299A

Black with #34299A

Text Example


Text Example

White with #34299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,41,154); }

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

background-color css

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

 a { background-color: rgb(52,41,154); }

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

border-color css

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

 span { border-color: rgb(52,41,154); }

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