Html Css Color HEX #341DCB Persian Blue

📋 copy color: '#341DCB'

red 52 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #341DCB

Tints of Persian Blue #341DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 18.31%
G = 10.21%
B = 71.48%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341DCB (or 0x341DCB) is known color: Persian Blue. HEX triplet: 34, 1D and CB. RGB value is (52,29,203). Sum of RGB (Red+Green+Blue) = 52+29+203=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #341DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DCB is #CBE234. Grayscale: #373737. Windows color (decimal): -13361717 or 13311284. OLE color: 13311284.

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

Color convert

RGB 52 29 203 -
CMYK 0.74 0.86 0 0.20
HSL 247.93º 0.75% 0.45% -
HSV(B) 247.93º 0.86% 0.8% -
XYZ 12.64 5.92 56.98 -
YUV 55.71 211.12 125.35 -
System Red Green Blue C M Y K H S L
Decimal 52 29 203 0.74 0.86 0 0.20 247.93 0.75 0.45
Hex 34 1D CB 4A 56 0 14 F8 4B 2D
Octal 64 35 313 112 126 0 24 370 113 55
Binary 110100 11101 11001011 1001010 1010110 0 10100 11111000 1001011 101101

Color Harmonies of #341DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DCB

Black with #341DCB

Text Example


Text Example

White with #341DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,203); }

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

background-color css

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

 a { background-color: rgb(52,29,203); }

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

border-color css

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

 span { border-color: rgb(52,29,203); }

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