Html Css Color HEX #342BAE Persian Blue

📋 copy color: '#342BAE'

red 52 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #342BAE

Tints of Persian Blue #342BAE

RGB

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

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

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

R = 19.33%
G = 15.99%
B = 64.68%

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

#342BAE (or 0x342BAE) is known color: Persian Blue. HEX triplet: 34, 2B and AE. RGB value is (52,43,174). Sum of RGB (Red+Green+Blue) = 52+43+174=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #342BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BAE is #CBD451. Grayscale: #3C3C3C. Windows color (decimal): -13358162 or 11414324. OLE color: 11414324.

HSL color Cylindrical-coordinate representation of color #342BAE: hue angle of 244.12º 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 #342BAE is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 43 174 -
CMYK 0.70 0.75 0 0.32
HSL 244.12º 0.6% 0.43% -
HSV(B) 244.12º 0.75% 0.68% -
XYZ 9.92 5.51 40.59 -
YUV 60.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 52 43 174 0.70 0.75 0 0.32 244.12 0.6 0.43
Hex 34 2B AE 46 4B 0 20 F4 3C 2B
Octal 64 53 256 106 113 0 40 364 74 53
Binary 110100 101011 10101110 1000110 1001011 0 100000 11110100 111100 101011

Color Harmonies of #342BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BAE

Black with #342BAE

Text Example


Text Example

White with #342BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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