Html Css Color HEX #342BAA Persian Blue

📋 copy color: '#342BAA'

red 52 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #342BAA

Tints of Persian Blue #342BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 19.62%
G = 16.23%
B = 64.15%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#342BAA (or 0x342BAA) is known color: Persian Blue. HEX triplet: 34, 2B and AA. RGB value is (52,43,170). Sum of RGB (Red+Green+Blue) = 52+43+170=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #342BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BAA is #CBD455. Grayscale: #3B3B3B. Windows color (decimal): -13358166 or 11152180. OLE color: 11152180.

HSL color Cylindrical-coordinate representation of color #342BAA: hue angle of 244.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342BAA is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 43 170 -
CMYK 0.69 0.75 0 0.33
HSL 244.25º 0.6% 0.42% -
HSV(B) 244.25º 0.75% 0.67% -
XYZ 9.54 5.36 38.56 -
YUV 60.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 52 43 170 0.69 0.75 0 0.33 244.25 0.6 0.42
Hex 34 2B AA 45 4B 0 21 F4 3C 2A
Octal 64 53 252 105 113 0 41 364 74 52
Binary 110100 101011 10101010 1000101 1001011 0 100001 11110100 111100 101010

Color Harmonies of #342BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BAA

Black with #342BAA

Text Example


Text Example

White with #342BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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