Html Css Color HEX #343FAE Persian Blue

📋 copy color: '#343FAE'

red 52 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #343FAE

Tints of Persian Blue #343FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 17.99%
G = 21.8%
B = 60.21%

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

#343FAE (or 0x343FAE) is known color: Persian Blue. HEX triplet: 34, 3F and AE. RGB value is (52,63,174). Sum of RGB (Red+Green+Blue) = 52+63+174=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #343FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FAE is #CBC051. Grayscale: #474747. Windows color (decimal): -13353042 or 11419444. OLE color: 11419444.

HSL color Cylindrical-coordinate representation of color #343FAE: hue angle of 234.59º 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 #343FAE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 63 174 -
CMYK 0.70 0.64 0 0.32
HSL 234.59º 0.54% 0.44% -
HSV(B) 234.59º 0.7% 0.68% -
XYZ 10.83 7.34 40.89 -
YUV 72.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 52 63 174 0.70 0.64 0 0.32 234.59 0.54 0.44
Hex 34 3F AE 46 40 0 20 EB 36 2C
Octal 64 77 256 106 100 0 40 353 66 54
Binary 110100 111111 10101110 1000110 1000000 0 100000 11101011 110110 101100

Color Harmonies of #343FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FAE

Black with #343FAE

Text Example


Text Example

White with #343FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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