Html Css Color HEX #343FAB Persian Blue

📋 copy color: '#343FAB'

red 52 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #343FAB

Tints of Persian Blue #343FAB

RGB

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

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

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

R = 18.18%
G = 22.03%
B = 59.79%

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

#343FAB (or 0x343FAB) is known color: Persian Blue. HEX triplet: 34, 3F and AB. RGB value is (52,63,171). Sum of RGB (Red+Green+Blue) = 52+63+171=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #343FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FAB is #CBC054. Grayscale: #474747. Windows color (decimal): -13353045 or 11222836. OLE color: 11222836.

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

Color convert

RGB 52 63 171 -
CMYK 0.70 0.63 0 0.33
HSL 234.45º 0.53% 0.44% -
HSV(B) 234.45º 0.7% 0.67% -
XYZ 10.54 7.23 39.37 -
YUV 72.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 52 63 171 0.70 0.63 0 0.33 234.45 0.53 0.44
Hex 34 3F AB 46 3F 0 21 EA 35 2C
Octal 64 77 253 106 77 0 41 352 65 54
Binary 110100 111111 10101011 1000110 111111 0 100001 11101010 110101 101100

Color Harmonies of #343FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FAB

Black with #343FAB

Text Example


Text Example

White with #343FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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