Html Css Color HEX #341ECD Persian Blue

📋 copy color: '#341ECD'

red 52 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #341ECD

Tints of Persian Blue #341ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 18.12%
G = 10.45%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341ECD (or 0x341ECD) is known color: Persian Blue. HEX triplet: 34, 1E and CD. RGB value is (52,30,205). Sum of RGB (Red+Green+Blue) = 52+30+205=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #341ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ECD is #CBE132. Grayscale: #373737. Windows color (decimal): -13361459 or 13442612. OLE color: 13442612.

HSL color Cylindrical-coordinate representation of color #341ECD: hue angle of 247.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341ECD is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 30 205 -
CMYK 0.75 0.85 0 0.20
HSL 247.54º 0.74% 0.46% -
HSV(B) 247.54º 0.85% 0.8% -
XYZ 12.9 6.07 58.25 -
YUV 56.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 52 30 205 0.75 0.85 0 0.20 247.54 0.74 0.46
Hex 34 1E CD 4B 55 0 14 F8 4A 2E
Octal 64 36 315 113 125 0 24 370 112 56
Binary 110100 11110 11001101 1001011 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #341ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ECD

Black with #341ECD

Text Example


Text Example

White with #341ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341ECD; }

 p { color: rgb(52,30,205); }

 H1.HeaderClassName
 {
   color: #341ECD;
 }
 .AnyTagClassName
 {
   color: #341ECD;
 }
</style>

background-color css

<style>
 a { background-color: #341ECD; }

 a { background-color: rgb(52,30,205); }

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

border-color css

<style>
 span { border-color: #341ECD; }

 span { border-color: rgb(52,30,205); }

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