Html Css Color HEX #34268F Dark Slate Blue

📋 copy color: '#34268F'

red 52 ◦ green 38 ◦ blue 143

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

Shades of Dark Slate Blue #34268F

Tints of Dark Slate Blue #34268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.37%

R = 22.32%
G = 16.31%
B = 61.37%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34268F (or 0x34268F) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 8F. RGB value is (52,38,143). Sum of RGB (Red+Green+Blue) = 52+38+143=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #34268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34268F is #CBD970. Grayscale: #353535. Windows color (decimal): -13359473 or 9381428. OLE color: 9381428.

HSL color Cylindrical-coordinate representation of color #34268F: hue angle of 248º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34268F is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 38 143 -
CMYK 0.64 0.73 0 0.44
HSL 248º 0.58% 0.35% -
HSV(B) 248º 0.73% 0.56% -
XYZ 7.07 4.1 26.41 -
YUV 54.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 52 38 143 0.64 0.73 0 0.44 248 0.58 0.35
Hex 34 26 8F 40 49 0 2C F8 3A 23
Octal 64 46 217 100 111 0 54 370 72 43
Binary 110100 100110 10001111 1000000 1001001 0 101100 11111000 111010 100011

Color Harmonies of #34268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34268F

Black with #34268F

Text Example


Text Example

White with #34268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34268F; }

 p { color: rgb(52,38,143); }

 H1.HeaderClassName
 {
   color: #34268F;
 }
 .AnyTagClassName
 {
   color: #34268F;
 }
</style>

background-color css

<style>
 a { background-color: #34268F; }

 a { background-color: rgb(52,38,143); }

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

border-color css

<style>
 span { border-color: #34268F; }

 span { border-color: rgb(52,38,143); }

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