Html Css Color HEX #342FAA Persian Blue

📋 copy color: '#342FAA'

red 52 ◦ green 47 ◦ blue 170

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

Shades of Persian Blue #342FAA

Tints of Persian Blue #342FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 19.33%
G = 17.47%
B = 63.2%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#342FAA (or 0x342FAA) is known color: Persian Blue. HEX triplet: 34, 2F and AA. RGB value is (52,47,170). Sum of RGB (Red+Green+Blue) = 52+47+170=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #342FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342FAA is #CBD055. Grayscale: #3E3E3E. Windows color (decimal): -13357142 or 11153204. OLE color: 11153204.

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

Color convert

RGB 52 47 170 -
CMYK 0.69 0.72 0 0.33
HSL 242.44º 0.57% 0.43% -
HSV(B) 242.44º 0.72% 0.67% -
XYZ 9.69 5.67 38.61 -
YUV 62.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 52 47 170 0.69 0.72 0 0.33 242.44 0.57 0.43
Hex 34 2F AA 45 48 0 21 F2 39 2B
Octal 64 57 252 105 110 0 41 362 71 53
Binary 110100 101111 10101010 1000101 1001000 0 100001 11110010 111001 101011

Color Harmonies of #342FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342FAA

Black with #342FAA

Text Example


Text Example

White with #342FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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