Html Css Color HEX #343FAD Persian Blue

📋 copy color: '#343FAD'

red 52 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #343FAD

Tints of Persian Blue #343FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 18.06%
G = 21.88%
B = 60.07%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#343FAD (or 0x343FAD) is known color: Persian Blue. HEX triplet: 34, 3F and AD. RGB value is (52,63,173). Sum of RGB (Red+Green+Blue) = 52+63+173=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #343FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FAD is #CBC052. Grayscale: #474747. Windows color (decimal): -13353043 or 11353908. OLE color: 11353908.

HSL color Cylindrical-coordinate representation of color #343FAD: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343FAD is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 63 173 -
CMYK 0.70 0.64 0 0.32
HSL 234.55º 0.54% 0.44% -
HSV(B) 234.55º 0.7% 0.68% -
XYZ 10.74 7.3 40.38 -
YUV 72.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 52 63 173 0.70 0.64 0 0.32 234.55 0.54 0.44
Hex 34 3F AD 46 40 0 20 EB 36 2C
Octal 64 77 255 106 100 0 40 353 66 54
Binary 110100 111111 10101101 1000110 1000000 0 100000 11101011 110110 101100

Color Harmonies of #343FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FAD

Black with #343FAD

Text Example


Text Example

White with #343FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343FAD; }

 p { color: rgb(52,63,173); }

 H1.HeaderClassName
 {
   color: #343FAD;
 }
 .AnyTagClassName
 {
   color: #343FAD;
 }
</style>

background-color css

<style>
 a { background-color: #343FAD; }

 a { background-color: rgb(52,63,173); }

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

border-color css

<style>
 span { border-color: #343FAD; }

 span { border-color: rgb(52,63,173); }

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