Html Css Color HEX #343EAB Persian Blue

📋 copy color: '#343EAB'

red 52 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #343EAB

Tints of Persian Blue #343EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 18.25%
G = 21.75%
B = 60%

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

#343EAB (or 0x343EAB) is known color: Persian Blue. HEX triplet: 34, 3E and AB. RGB value is (52,62,171). Sum of RGB (Red+Green+Blue) = 52+62+171=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #343EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343EAB is #CBC154. Grayscale: #464646. Windows color (decimal): -13353301 or 11222580. OLE color: 11222580.

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

Color convert

RGB 52 62 171 -
CMYK 0.70 0.64 0 0.33
HSL 234.96º 0.53% 0.44% -
HSV(B) 234.96º 0.7% 0.67% -
XYZ 10.49 7.12 39.35 -
YUV 71.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 52 62 171 0.70 0.64 0 0.33 234.96 0.53 0.44
Hex 34 3E AB 46 40 0 21 EB 35 2C
Octal 64 76 253 106 100 0 41 353 65 54
Binary 110100 111110 10101011 1000110 1000000 0 100001 11101011 110101 101100

Color Harmonies of #343EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EAB

Black with #343EAB

Text Example


Text Example

White with #343EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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