Html Css Color HEX #342DD2 Persian Blue

📋 copy color: '#342DD2'

red 52 ◦ green 45 ◦ blue 210

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

Shades of Persian Blue #342DD2

Tints of Persian Blue #342DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 16.94%
G = 14.66%
B = 68.4%

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

#342DD2 (or 0x342DD2) is known color: Persian Blue. HEX triplet: 34, 2D and D2. RGB value is (52,45,210). Sum of RGB (Red+Green+Blue) = 52+45+210=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 210 (82.42% from 255 or 68.40% from 307); Max value from RGB is 210 - color contains mainly: blue. Hex color #342DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DD2 is #CBD22D. Grayscale: #414141. Windows color (decimal): -13357614 or 13774132. OLE color: 13774132.

HSL color Cylindrical-coordinate representation of color #342DD2: hue angle of 242.55º 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 #342DD2 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 45 210 -
CMYK 0.75 0.79 0 0.18
HSL 242.55º 0.65% 0.5% -
HSV(B) 242.55º 0.79% 0.82% -
XYZ 13.99 7.26 61.64 -
YUV 65.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 52 45 210 0.75 0.79 0 0.18 242.55 0.65 0.5
Hex 34 2D D2 4B 4F 0 12 F3 41 32
Octal 64 55 322 113 117 0 22 363 101 62
Binary 110100 101101 11010010 1001011 1001111 0 10010 11110011 1000001 110010

Color Harmonies of #342DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DD2

Black with #342DD2

Text Example


Text Example

White with #342DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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