Html Css Color HEX #342DCE Persian Blue

📋 copy color: '#342DCE'

red 52 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #342DCE

Tints of Persian Blue #342DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 17.16%
G = 14.85%
B = 67.99%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#342DCE (or 0x342DCE) is known color: Persian Blue. HEX triplet: 34, 2D and CE. RGB value is (52,45,206). Sum of RGB (Red+Green+Blue) = 52+45+206=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #342DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DCE is #CBD231. Grayscale: #404040. Windows color (decimal): -13357618 or 13511988. OLE color: 13511988.

HSL color Cylindrical-coordinate representation of color #342DCE: hue angle of 242.61º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342DCE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 45 206 -
CMYK 0.75 0.78 0 0.19
HSL 242.61º 0.64% 0.49% -
HSV(B) 242.61º 0.78% 0.81% -
XYZ 13.5 7.06 59.04 -
YUV 65.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 52 45 206 0.75 0.78 0 0.19 242.61 0.64 0.49
Hex 34 2D CE 4B 4E 0 13 F3 40 31
Octal 64 55 316 113 116 0 23 363 100 61
Binary 110100 101101 11001110 1001011 1001110 0 10011 11110011 1000000 110001

Color Harmonies of #342DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DCE

Black with #342DCE

Text Example


Text Example

White with #342DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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