Html Css Color HEX #342CAE Persian Blue

📋 copy color: '#342CAE'

red 52 ◦ green 44 ◦ blue 174

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

Shades of Persian Blue #342CAE

Tints of Persian Blue #342CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 19.26%
G = 16.3%
B = 64.44%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#342CAE (or 0x342CAE) is known color: Persian Blue. HEX triplet: 34, 2C and AE. RGB value is (52,44,174). Sum of RGB (Red+Green+Blue) = 52+44+174=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #342CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342CAE is #CBD351. Grayscale: #3C3C3C. Windows color (decimal): -13357906 or 11414580. OLE color: 11414580.

HSL color Cylindrical-coordinate representation of color #342CAE: hue angle of 243.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342CAE is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 44 174 -
CMYK 0.70 0.75 0 0.32
HSL 243.69º 0.6% 0.43% -
HSV(B) 243.69º 0.75% 0.68% -
XYZ 9.96 5.59 40.6 -
YUV 61.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 52 44 174 0.70 0.75 0 0.32 243.69 0.6 0.43
Hex 34 2C AE 46 4B 0 20 F4 3C 2B
Octal 64 54 256 106 113 0 40 364 74 53
Binary 110100 101100 10101110 1000110 1001011 0 100000 11110100 111100 101011

Color Harmonies of #342CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CAE

Black with #342CAE

Text Example


Text Example

White with #342CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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