Html Css Color HEX #342CAB Persian Blue

📋 copy color: '#342CAB'

red 52 ◦ green 44 ◦ blue 171

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

Shades of Persian Blue #342CAB

Tints of Persian Blue #342CAB

RGB

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

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

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

R = 19.48%
G = 16.48%
B = 64.04%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#342CAB (or 0x342CAB) is known color: Persian Blue. HEX triplet: 34, 2C and AB. RGB value is (52,44,171). Sum of RGB (Red+Green+Blue) = 52+44+171=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #342CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342CAB is #CBD354. Grayscale: #3C3C3C. Windows color (decimal): -13357909 or 11217972. OLE color: 11217972.

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

Color convert

RGB 52 44 171 -
CMYK 0.70 0.74 0 0.33
HSL 243.78º 0.59% 0.42% -
HSV(B) 243.78º 0.74% 0.67% -
XYZ 9.67 5.47 39.07 -
YUV 60.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 52 44 171 0.70 0.74 0 0.33 243.78 0.59 0.42
Hex 34 2C AB 46 4A 0 21 F4 3B 2A
Octal 64 54 253 106 112 0 41 364 73 52
Binary 110100 101100 10101011 1000110 1001010 0 100001 11110100 111011 101010

Color Harmonies of #342CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CAB

Black with #342CAB

Text Example


Text Example

White with #342CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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