Html Css Color HEX #342BAC Persian Blue

📋 copy color: '#342BAC'

red 52 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #342BAC

Tints of Persian Blue #342BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 19.48%
G = 16.1%
B = 64.42%

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

#342BAC (or 0x342BAC) is known color: Persian Blue. HEX triplet: 34, 2B and AC. RGB value is (52,43,172). Sum of RGB (Red+Green+Blue) = 52+43+172=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #342BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BAC is #CBD453. Grayscale: #3B3B3B. Windows color (decimal): -13358164 or 11283252. OLE color: 11283252.

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

Color convert

RGB 52 43 172 -
CMYK 0.70 0.75 0 0.33
HSL 244.19º 0.6% 0.42% -
HSV(B) 244.19º 0.75% 0.67% -
XYZ 9.73 5.44 39.57 -
YUV 60.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 52 43 172 0.70 0.75 0 0.33 244.19 0.6 0.42
Hex 34 2B AC 46 4B 0 21 F4 3C 2A
Octal 64 53 254 106 113 0 41 364 74 52
Binary 110100 101011 10101100 1000110 1001011 0 100001 11110100 111100 101010

Color Harmonies of #342BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BAC

Black with #342BAC

Text Example


Text Example

White with #342BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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