Html Css Color HEX #342CD2 Persian Blue

📋 copy color: '#342CD2'

red 52 ◦ green 44 ◦ blue 210

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

Shades of Persian Blue #342CD2

Tints of Persian Blue #342CD2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 210 (82.42% from 255) = 68.63%

R = 16.99%
G = 14.38%
B = 68.63%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#342CD2 (or 0x342CD2) is known color: Persian Blue. HEX triplet: 34, 2C and D2. RGB value is (52,44,210). Sum of RGB (Red+Green+Blue) = 52+44+210=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 210 (82.42% from 255 or 68.63% from 306); Max value from RGB is 210 - color contains mainly: blue. Hex color #342CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CD2 is #CBD32D. Grayscale: #404040. Windows color (decimal): -13357870 or 13773876. OLE color: 13773876.

HSL color Cylindrical-coordinate representation of color #342CD2: hue angle of 242.89º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342CD2 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 44 210 -
CMYK 0.75 0.79 0 0.18
HSL 242.89º 0.65% 0.5% -
HSV(B) 242.89º 0.79% 0.82% -
XYZ 13.95 7.18 61.62 -
YUV 65.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 52 44 210 0.75 0.79 0 0.18 242.89 0.65 0.5
Hex 34 2C D2 4B 4F 0 12 F3 41 32
Octal 64 54 322 113 117 0 22 363 101 62
Binary 110100 101100 11010010 1001011 1001111 0 10010 11110011 1000001 110010

Color Harmonies of #342CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CD2

Black with #342CD2

Text Example


Text Example

White with #342CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,210); }

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

background-color css

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

 a { background-color: rgb(52,44,210); }

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

border-color css

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

 span { border-color: rgb(52,44,210); }

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