Html Css Color HEX #341BCD Persian Blue

📋 copy color: '#341BCD'

red 52 ◦ green 27 ◦ blue 205

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

Shades of Persian Blue #341BCD

Tints of Persian Blue #341BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 18.31%
G = 9.51%
B = 72.18%

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

#341BCD (or 0x341BCD) is known color: Persian Blue. HEX triplet: 34, 1B and CD. RGB value is (52,27,205). Sum of RGB (Red+Green+Blue) = 52+27+205=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #341BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BCD is #CBE432. Grayscale: #363636. Windows color (decimal): -13362227 or 13441844. OLE color: 13441844.

HSL color Cylindrical-coordinate representation of color #341BCD: hue angle of 248.43º 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 #341BCD is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 27 205 -
CMYK 0.75 0.87 0 0.20
HSL 248.43º 0.77% 0.45% -
HSV(B) 248.43º 0.87% 0.8% -
XYZ 12.83 5.92 58.22 -
YUV 54.77 212.78 126.03 -
System Red Green Blue C M Y K H S L
Decimal 52 27 205 0.75 0.87 0 0.20 248.43 0.77 0.45
Hex 34 1B CD 4B 57 0 14 F8 4D 2D
Octal 64 33 315 113 127 0 24 370 115 55
Binary 110100 11011 11001101 1001011 1010111 0 10100 11111000 1001101 101101

Color Harmonies of #341BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BCD

Black with #341BCD

Text Example


Text Example

White with #341BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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