Html Css Color HEX #342BDD Persian Blue

📋 copy color: '#342BDD'

red 52 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #342BDD

Tints of Persian Blue #342BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 16.46%
G = 13.61%
B = 69.94%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#342BDD (or 0x342BDD) is known color: Persian Blue. HEX triplet: 34, 2B and DD. RGB value is (52,43,221). Sum of RGB (Red+Green+Blue) = 52+43+221=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #342BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BDD is #CBD422. Grayscale: #414141. Windows color (decimal): -13358115 or 14494516. OLE color: 14494516.

HSL color Cylindrical-coordinate representation of color #342BDD: hue angle of 243.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342BDD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 43 221 -
CMYK 0.76 0.81 0 0.13
HSL 243.03º 0.72% 0.52% -
HSV(B) 243.03º 0.81% 0.87% -
XYZ 15.33 7.68 69.08 -
YUV 65.98 215.48 118.03 -
System Red Green Blue C M Y K H S L
Decimal 52 43 221 0.76 0.81 0 0.13 243.03 0.72 0.52
Hex 34 2B DD 4C 51 0 D F3 48 34
Octal 64 53 335 114 121 0 15 363 110 64
Binary 110100 101011 11011101 1001100 1010001 0 1101 11110011 1001000 110100

Color Harmonies of #342BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BDD

Black with #342BDD

Text Example


Text Example

White with #342BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342BDD; }

 p { color: rgb(52,43,221); }

 H1.HeaderClassName
 {
   color: #342BDD;
 }
 .AnyTagClassName
 {
   color: #342BDD;
 }
</style>

background-color css

<style>
 a { background-color: #342BDD; }

 a { background-color: rgb(52,43,221); }

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

border-color css

<style>
 span { border-color: #342BDD; }

 span { border-color: rgb(52,43,221); }

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