Html Css Color HEX #342FDD Persian Blue

📋 copy color: '#342FDD'

red 52 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #342FDD

Tints of Persian Blue #342FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

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

R = 16.25%
G = 14.69%
B = 69.06%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#342FDD (or 0x342FDD) is known color: Persian Blue. HEX triplet: 34, 2F and DD. RGB value is (52,47,221). Sum of RGB (Red+Green+Blue) = 52+47+221=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #342FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FDD is #CBD022. Grayscale: #434343. Windows color (decimal): -13357091 or 14495540. OLE color: 14495540.

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

Color convert

RGB 52 47 221 -
CMYK 0.76 0.79 0 0.13
HSL 241.72º 0.72% 0.53% -
HSV(B) 241.72º 0.79% 0.87% -
XYZ 15.48 7.98 69.13 -
YUV 68.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 52 47 221 0.76 0.79 0 0.13 241.72 0.72 0.53
Hex 34 2F DD 4C 4F 0 D F2 48 35
Octal 64 57 335 114 117 0 15 362 110 65
Binary 110100 101111 11011101 1001100 1001111 0 1101 11110010 1001000 110101

Color Harmonies of #342FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342FDD

Black with #342FDD

Text Example


Text Example

White with #342FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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