Html Css Color HEX #343BA6 Persian Blue

📋 copy color: '#343BA6'

red 52 ◦ green 59 ◦ blue 166

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

Shades of Persian Blue #343BA6

Tints of Persian Blue #343BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.93%

R = 18.77%
G = 21.3%
B = 59.93%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#343BA6 (or 0x343BA6) is known color: Persian Blue. HEX triplet: 34, 3B and A6. RGB value is (52,59,166). Sum of RGB (Red+Green+Blue) = 52+59+166=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #343BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BA6 is #CBC459. Grayscale: #444444. Windows color (decimal): -13354074 or 10894132. OLE color: 10894132.

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

Color convert

RGB 52 59 166 -
CMYK 0.69 0.64 0 0.35
HSL 236.32º 0.52% 0.43% -
HSV(B) 236.32º 0.69% 0.65% -
XYZ 9.86 6.61 36.83 -
YUV 69.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 52 59 166 0.69 0.64 0 0.35 236.32 0.52 0.43
Hex 34 3B A6 45 40 0 23 EC 34 2B
Octal 64 73 246 105 100 0 43 354 64 53
Binary 110100 111011 10100110 1000101 1000000 0 100011 11101100 110100 101011

Color Harmonies of #343BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BA6

Black with #343BA6

Text Example


Text Example

White with #343BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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