Html Css Color HEX #342CC3 Persian Blue

📋 copy color: '#342CC3'

red 52 ◦ green 44 ◦ blue 195

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

Shades of Persian Blue #342CC3

Tints of Persian Blue #342CC3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 195 (76.56% from 255) = 67.01%

R = 17.87%
G = 15.12%
B = 67.01%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#342CC3 (or 0x342CC3) is known color: Persian Blue. HEX triplet: 34, 2C and C3. RGB value is (52,44,195). Sum of RGB (Red+Green+Blue) = 52+44+195=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #342CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CC3 is #CBD33C. Grayscale: #3F3F3F. Windows color (decimal): -13357885 or 12790836. OLE color: 12790836.

HSL color Cylindrical-coordinate representation of color #342CC3: hue angle of 243.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342CC3 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 44 195 -
CMYK 0.73 0.77 0 0.24
HSL 243.18º 0.63% 0.47% -
HSV(B) 243.18º 0.77% 0.76% -
XYZ 12.17 6.47 52.24 -
YUV 63.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 52 44 195 0.73 0.77 0 0.24 243.18 0.63 0.47
Hex 34 2C C3 49 4D 0 18 F3 3F 2F
Octal 64 54 303 111 115 0 30 363 77 57
Binary 110100 101100 11000011 1001001 1001101 0 11000 11110011 111111 101111

Color Harmonies of #342CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CC3

Black with #342CC3

Text Example


Text Example

White with #342CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,195); }

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

background-color css

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

 a { background-color: rgb(52,44,195); }

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

border-color css

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

 span { border-color: rgb(52,44,195); }

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