Html Css Color HEX #343EAC Persian Blue

📋 copy color: '#343EAC'

red 52 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #343EAC

Tints of Persian Blue #343EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 18.18%
G = 21.68%
B = 60.14%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#343EAC (or 0x343EAC) is known color: Persian Blue. HEX triplet: 34, 3E and AC. RGB value is (52,62,172). Sum of RGB (Red+Green+Blue) = 52+62+172=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #343EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343EAC is #CBC153. Grayscale: #474747. Windows color (decimal): -13353300 or 11288116. OLE color: 11288116.

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

Color convert

RGB 52 62 172 -
CMYK 0.70 0.64 0 0.33
HSL 235º 0.54% 0.44% -
HSV(B) 235º 0.7% 0.67% -
XYZ 10.59 7.15 39.85 -
YUV 71.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 52 62 172 0.70 0.64 0 0.33 235 0.54 0.44
Hex 34 3E AC 46 40 0 21 EB 36 2C
Octal 64 76 254 106 100 0 41 353 66 54
Binary 110100 111110 10101100 1000110 1000000 0 100001 11101011 110110 101100

Color Harmonies of #343EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EAC

Black with #343EAC

Text Example


Text Example

White with #343EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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