Html Css Color HEX #343BAD Persian Blue

📋 copy color: '#343BAD'

red 52 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #343BAD

Tints of Persian Blue #343BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 18.31%
G = 20.77%
B = 60.92%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#343BAD (or 0x343BAD) is known color: Persian Blue. HEX triplet: 34, 3B and AD. RGB value is (52,59,173). Sum of RGB (Red+Green+Blue) = 52+59+173=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #343BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAD is #CBC452. Grayscale: #454545. Windows color (decimal): -13354067 or 11352884. OLE color: 11352884.

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

Color convert

RGB 52 59 173 -
CMYK 0.70 0.66 0 0.32
HSL 236.53º 0.54% 0.44% -
HSV(B) 236.53º 0.7% 0.68% -
XYZ 10.52 6.88 40.31 -
YUV 69.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 52 59 173 0.70 0.66 0 0.32 236.53 0.54 0.44
Hex 34 3B AD 46 42 0 20 ED 36 2C
Octal 64 73 255 106 102 0 40 355 66 54
Binary 110100 111011 10101101 1000110 1000010 0 100000 11101101 110110 101100

Color Harmonies of #343BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BAD

Black with #343BAD

Text Example


Text Example

White with #343BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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