Html Css Color HEX #342CC0 Persian Blue

📋 copy color: '#342CC0'

red 52 ◦ green 44 ◦ blue 192

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

Shades of Persian Blue #342CC0

Tints of Persian Blue #342CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.67%

R = 18.06%
G = 15.28%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#342CC0 (or 0x342CC0) is known color: Persian Blue. HEX triplet: 34, 2C and C0. RGB value is (52,44,192). Sum of RGB (Red+Green+Blue) = 52+44+192=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #342CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CC0 is #CBD33F. Grayscale: #3E3E3E. Windows color (decimal): -13357888 or 12594228. OLE color: 12594228.

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

Color convert

RGB 52 44 192 -
CMYK 0.73 0.77 0 0.25
HSL 243.24º 0.63% 0.46% -
HSV(B) 243.24º 0.77% 0.75% -
XYZ 11.83 6.34 50.47 -
YUV 63.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 52 44 192 0.73 0.77 0 0.25 243.24 0.63 0.46
Hex 34 2C C0 49 4D 0 19 F3 3F 2E
Octal 64 54 300 111 115 0 31 363 77 56
Binary 110100 101100 11000000 1001001 1001101 0 11001 11110011 111111 101110

Color Harmonies of #342CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CC0

Black with #342CC0

Text Example


Text Example

White with #342CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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