Html Css Color HEX #342ECF Persian Blue

📋 copy color: '#342ECF'

red 52 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #342ECF

Tints of Persian Blue #342ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 17.05%
G = 15.08%
B = 67.87%

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

#342ECF (or 0x342ECF) is known color: Persian Blue. HEX triplet: 34, 2E and CF. RGB value is (52,46,207). Sum of RGB (Red+Green+Blue) = 52+46+207=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #342ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ECF is #CBD130. Grayscale: #414141. Windows color (decimal): -13357361 or 13577780. OLE color: 13577780.

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

Color convert

RGB 52 46 207 -
CMYK 0.75 0.78 0 0.19
HSL 242.24º 0.64% 0.5% -
HSV(B) 242.24º 0.78% 0.81% -
XYZ 13.66 7.19 59.7 -
YUV 66.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 52 46 207 0.75 0.78 0 0.19 242.24 0.64 0.5
Hex 34 2E CF 4B 4E 0 13 F2 40 32
Octal 64 56 317 113 116 0 23 362 100 62
Binary 110100 101110 11001111 1001011 1001110 0 10011 11110010 1000000 110010

Color Harmonies of #342ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ECF

Black with #342ECF

Text Example


Text Example

White with #342ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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