Html Css Color HEX #342DD8 Persian Blue

📋 copy color: '#342DD8'

red 52 ◦ green 45 ◦ blue 216

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

Shades of Persian Blue #342DD8

Tints of Persian Blue #342DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.01%

R = 16.61%
G = 14.38%
B = 69.01%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#342DD8 (or 0x342DD8) is known color: Persian Blue. HEX triplet: 34, 2D and D8. RGB value is (52,45,216). Sum of RGB (Red+Green+Blue) = 52+45+216=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #342DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DD8 is #CBD227. Grayscale: #414141. Windows color (decimal): -13357608 or 14167348. OLE color: 14167348.

HSL color Cylindrical-coordinate representation of color #342DD8: hue angle of 242.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342DD8 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 45 216 -
CMYK 0.76 0.79 0 0.15
HSL 242.46º 0.69% 0.51% -
HSV(B) 242.46º 0.79% 0.85% -
XYZ 14.75 7.56 65.65 -
YUV 66.59 212.32 117.6 -
System Red Green Blue C M Y K H S L
Decimal 52 45 216 0.76 0.79 0 0.15 242.46 0.69 0.51
Hex 34 2D D8 4C 4F 0 F F2 45 33
Octal 64 55 330 114 117 0 17 362 105 63
Binary 110100 101101 11011000 1001100 1001111 0 1111 11110010 1000101 110011

Color Harmonies of #342DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DD8

Black with #342DD8

Text Example


Text Example

White with #342DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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