Html Css Color HEX #341ACD Persian Blue

📋 copy color: '#341ACD'

red 52 ◦ green 26 ◦ blue 205

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

Shades of Persian Blue #341ACD

Tints of Persian Blue #341ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 18.37%
G = 9.19%
B = 72.44%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341ACD (or 0x341ACD) is known color: Persian Blue. HEX triplet: 34, 1A and CD. RGB value is (52,26,205). Sum of RGB (Red+Green+Blue) = 52+26+205=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #341ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ACD is #CBE532. Grayscale: #353535. Windows color (decimal): -13362483 or 13441588. OLE color: 13441588.

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

Color convert

RGB 52 26 205 -
CMYK 0.75 0.87 0 0.20
HSL 248.72º 0.77% 0.45% -
HSV(B) 248.72º 0.87% 0.8% -
XYZ 12.81 5.88 58.22 -
YUV 54.18 213.11 126.45 -
System Red Green Blue C M Y K H S L
Decimal 52 26 205 0.75 0.87 0 0.20 248.72 0.77 0.45
Hex 34 1A CD 4B 57 0 14 F9 4D 2D
Octal 64 32 315 113 127 0 24 371 115 55
Binary 110100 11010 11001101 1001011 1010111 0 10100 11111001 1001101 101101

Color Harmonies of #341ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ACD

Black with #341ACD

Text Example


Text Example

White with #341ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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