Html Css Color HEX #343BA9 Persian Blue

📋 copy color: '#343BA9'

red 52 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #343BA9

Tints of Persian Blue #343BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.07%

 BLUE value IS 169 (66.41% from 255) = 60.36%

R = 18.57%
G = 21.07%
B = 60.36%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#343BA9 (or 0x343BA9) is known color: Persian Blue. HEX triplet: 34, 3B and A9. RGB value is (52,59,169). Sum of RGB (Red+Green+Blue) = 52+59+169=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #343BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BA9 is #CBC456. Grayscale: #454545. Windows color (decimal): -13354071 or 11090740. OLE color: 11090740.

HSL color Cylindrical-coordinate representation of color #343BA9: hue angle of 236.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343BA9 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 59 169 -
CMYK 0.69 0.65 0 0.34
HSL 236.41º 0.53% 0.43% -
HSV(B) 236.41º 0.69% 0.66% -
XYZ 10.14 6.72 38.3 -
YUV 69.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 52 59 169 0.69 0.65 0 0.34 236.41 0.53 0.43
Hex 34 3B A9 45 41 0 22 EC 35 2B
Octal 64 73 251 105 101 0 42 354 65 53
Binary 110100 111011 10101001 1000101 1000001 0 100010 11101100 110101 101011

Color Harmonies of #343BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BA9

Black with #343BA9

Text Example


Text Example

White with #343BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,169); }

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

background-color css

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

 a { background-color: rgb(52,59,169); }

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

border-color css

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

 span { border-color: rgb(52,59,169); }

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