Html Css Color HEX #343FAC Persian Blue

📋 copy color: '#343FAC'

red 52 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #343FAC

Tints of Persian Blue #343FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 18.12%
G = 21.95%
B = 59.93%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#343FAC (or 0x343FAC) is known color: Persian Blue. HEX triplet: 34, 3F and AC. RGB value is (52,63,172). Sum of RGB (Red+Green+Blue) = 52+63+172=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #343FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FAC is #CBC053. Grayscale: #474747. Windows color (decimal): -13353044 or 11288372. OLE color: 11288372.

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

Color convert

RGB 52 63 172 -
CMYK 0.70 0.63 0 0.33
HSL 234.5º 0.54% 0.44% -
HSV(B) 234.5º 0.7% 0.67% -
XYZ 10.64 7.26 39.87 -
YUV 72.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 52 63 172 0.70 0.63 0 0.33 234.5 0.54 0.44
Hex 34 3F AC 46 3F 0 21 EA 36 2C
Octal 64 77 254 106 77 0 41 352 66 54
Binary 110100 111111 10101100 1000110 111111 0 100001 11101010 110110 101100

Color Harmonies of #343FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FAC

Black with #343FAC

Text Example


Text Example

White with #343FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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