Html Css Color HEX #343BAF Persian Blue

📋 copy color: '#343BAF'

red 52 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #343BAF

Tints of Persian Blue #343BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.19%

R = 18.18%
G = 20.63%
B = 61.19%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#343BAF (or 0x343BAF) is known color: Persian Blue. HEX triplet: 34, 3B and AF. RGB value is (52,59,175). Sum of RGB (Red+Green+Blue) = 52+59+175=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #343BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAF is #CBC450. Grayscale: #454545. Windows color (decimal): -13354065 or 11483956. OLE color: 11483956.

HSL color Cylindrical-coordinate representation of color #343BAF: hue angle of 236.59º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343BAF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 59 175 -
CMYK 0.70 0.66 0 0.31
HSL 236.59º 0.54% 0.45% -
HSV(B) 236.59º 0.7% 0.69% -
XYZ 10.72 6.95 41.33 -
YUV 70.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 52 59 175 0.70 0.66 0 0.31 236.59 0.54 0.45
Hex 34 3B AF 46 42 0 1F ED 36 2D
Octal 64 73 257 106 102 0 37 355 66 55
Binary 110100 111011 10101111 1000110 1000010 0 11111 11101101 110110 101101

Color Harmonies of #343BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BAF

Black with #343BAF

Text Example


Text Example

White with #343BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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