Html Css Color HEX #342EDD Persian Blue

📋 copy color: '#342EDD'

red 52 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #342EDD

Tints of Persian Blue #342EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

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

R = 16.3%
G = 14.42%
B = 69.28%

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

#342EDD (or 0x342EDD) is known color: Persian Blue. HEX triplet: 34, 2E and DD. RGB value is (52,46,221). Sum of RGB (Red+Green+Blue) = 52+46+221=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #342EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EDD is #CBD122. Grayscale: #434343. Windows color (decimal): -13357347 or 14495284. OLE color: 14495284.

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

Color convert

RGB 52 46 221 -
CMYK 0.76 0.79 0 0.13
HSL 242.06º 0.72% 0.52% -
HSV(B) 242.06º 0.79% 0.87% -
XYZ 15.44 7.9 69.12 -
YUV 67.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 52 46 221 0.76 0.79 0 0.13 242.06 0.72 0.52
Hex 34 2E DD 4C 4F 0 D F2 48 34
Octal 64 56 335 114 117 0 15 362 110 64
Binary 110100 101110 11011101 1001100 1001111 0 1101 11110010 1001000 110100

Color Harmonies of #342EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342EDD

Black with #342EDD

Text Example


Text Example

White with #342EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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