Html Css Color HEX #342BAB Persian Blue

📋 copy color: '#342BAB'

red 52 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #342BAB

Tints of Persian Blue #342BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 19.55%
G = 16.17%
B = 64.29%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#342BAB (or 0x342BAB) is known color: Persian Blue. HEX triplet: 34, 2B and AB. RGB value is (52,43,171). Sum of RGB (Red+Green+Blue) = 52+43+171=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #342BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BAB is #CBD454. Grayscale: #3B3B3B. Windows color (decimal): -13358165 or 11217716. OLE color: 11217716.

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

Color convert

RGB 52 43 171 -
CMYK 0.70 0.75 0 0.33
HSL 244.22º 0.6% 0.42% -
HSV(B) 244.22º 0.75% 0.67% -
XYZ 9.63 5.4 39.06 -
YUV 60.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 52 43 171 0.70 0.75 0 0.33 244.22 0.6 0.42
Hex 34 2B AB 46 4B 0 21 F4 3C 2A
Octal 64 53 253 106 113 0 41 364 74 52
Binary 110100 101011 10101011 1000110 1001011 0 100001 11110100 111100 101010

Color Harmonies of #342BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BAB

Black with #342BAB

Text Example


Text Example

White with #342BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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