Html Css Color HEX #343FAF Persian Blue

📋 copy color: '#343FAF'

red 52 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #343FAF

Tints of Persian Blue #343FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 17.93%
G = 21.72%
B = 60.34%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#343FAF (or 0x343FAF) is known color: Persian Blue. HEX triplet: 34, 3F and AF. RGB value is (52,63,175). Sum of RGB (Red+Green+Blue) = 52+63+175=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #343FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FAF is #CBC050. Grayscale: #484848. Windows color (decimal): -13353041 or 11484980. OLE color: 11484980.

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

Color convert

RGB 52 63 175 -
CMYK 0.70 0.64 0 0.31
HSL 234.63º 0.54% 0.45% -
HSV(B) 234.63º 0.7% 0.69% -
XYZ 10.93 7.38 41.41 -
YUV 72.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 52 63 175 0.70 0.64 0 0.31 234.63 0.54 0.45
Hex 34 3F AF 46 40 0 1F EB 36 2D
Octal 64 77 257 106 100 0 37 353 66 55
Binary 110100 111111 10101111 1000110 1000000 0 11111 11101011 110110 101101

Color Harmonies of #343FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FAF

Black with #343FAF

Text Example


Text Example

White with #343FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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