Html Css Color HEX #342BCE Persian Blue

📋 copy color: '#342BCE'

red 52 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #342BCE

Tints of Persian Blue #342BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 17.28%
G = 14.29%
B = 68.44%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#342BCE (or 0x342BCE) is known color: Persian Blue. HEX triplet: 34, 2B and CE. RGB value is (52,43,206). Sum of RGB (Red+Green+Blue) = 52+43+206=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #342BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BCE is #CBD431. Grayscale: #3F3F3F. Windows color (decimal): -13358130 or 13511476. OLE color: 13511476.

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

Color convert

RGB 52 43 206 -
CMYK 0.75 0.79 0 0.19
HSL 243.31º 0.65% 0.49% -
HSV(B) 243.31º 0.79% 0.81% -
XYZ 13.42 6.91 59.02 -
YUV 64.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 52 43 206 0.75 0.79 0 0.19 243.31 0.65 0.49
Hex 34 2B CE 4B 4F 0 13 F3 41 31
Octal 64 53 316 113 117 0 23 363 101 61
Binary 110100 101011 11001110 1001011 1001111 0 10011 11110011 1000001 110001

Color Harmonies of #342BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BCE

Black with #342BCE

Text Example


Text Example

White with #342BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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