Html Css Color HEX #341CCD Persian Blue

📋 copy color: '#341CCD'

red 52 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #341CCD

Tints of Persian Blue #341CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 18.25%
G = 9.82%
B = 71.93%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341CCD (or 0x341CCD) is known color: Persian Blue. HEX triplet: 34, 1C and CD. RGB value is (52,28,205). Sum of RGB (Red+Green+Blue) = 52+28+205=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #341CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCD is #CBE332. Grayscale: #363636. Windows color (decimal): -13361971 or 13442100. OLE color: 13442100.

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

Color convert

RGB 52 28 205 -
CMYK 0.75 0.86 0 0.20
HSL 248.14º 0.76% 0.46% -
HSV(B) 248.14º 0.86% 0.8% -
XYZ 12.85 5.97 58.23 -
YUV 55.35 212.45 125.61 -
System Red Green Blue C M Y K H S L
Decimal 52 28 205 0.75 0.86 0 0.20 248.14 0.76 0.46
Hex 34 1C CD 4B 56 0 14 F8 4C 2E
Octal 64 34 315 113 126 0 24 370 114 56
Binary 110100 11100 11001101 1001011 1010110 0 10100 11111000 1001100 101110

Color Harmonies of #341CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CCD

Black with #341CCD

Text Example


Text Example

White with #341CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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