Html Css Color HEX #342DB6 Persian Blue

📋 copy color: '#342DB6'

red 52 ◦ green 45 ◦ blue 182

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

Shades of Persian Blue #342DB6

Tints of Persian Blue #342DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.23%

R = 18.64%
G = 16.13%
B = 65.23%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#342DB6 (or 0x342DB6) is known color: Persian Blue. HEX triplet: 34, 2D and B6. RGB value is (52,45,182). Sum of RGB (Red+Green+Blue) = 52+45+182=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #342DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DB6 is #CBD249. Grayscale: #3E3E3E. Windows color (decimal): -13357642 or 11939124. OLE color: 11939124.

HSL color Cylindrical-coordinate representation of color #342DB6: hue angle of 243.07º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342DB6 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 45 182 -
CMYK 0.71 0.75 0 0.29
HSL 243.07º 0.6% 0.45% -
HSV(B) 243.07º 0.75% 0.71% -
XYZ 10.8 5.98 44.84 -
YUV 62.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 52 45 182 0.71 0.75 0 0.29 243.07 0.6 0.45
Hex 34 2D B6 47 4B 0 1D F3 3C 2D
Octal 64 55 266 107 113 0 35 363 74 55
Binary 110100 101101 10110110 1000111 1001011 0 11101 11110011 111100 101101

Color Harmonies of #342DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DB6

Black with #342DB6

Text Example


Text Example

White with #342DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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