Html Css Color HEX #343BAC Persian Blue

📋 copy color: '#343BAC'

red 52 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #343BAC

Tints of Persian Blue #343BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 18.37%
G = 20.85%
B = 60.78%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#343BAC (or 0x343BAC) is known color: Persian Blue. HEX triplet: 34, 3B and AC. RGB value is (52,59,172). Sum of RGB (Red+Green+Blue) = 52+59+172=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #343BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAC is #CBC453. Grayscale: #454545. Windows color (decimal): -13354068 or 11287348. OLE color: 11287348.

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

Color convert

RGB 52 59 172 -
CMYK 0.70 0.66 0 0.33
HSL 236.5º 0.54% 0.44% -
HSV(B) 236.5º 0.7% 0.67% -
XYZ 10.43 6.84 39.8 -
YUV 69.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 52 59 172 0.70 0.66 0 0.33 236.5 0.54 0.44
Hex 34 3B AC 46 42 0 21 EC 36 2C
Octal 64 73 254 106 102 0 41 354 66 54
Binary 110100 111011 10101100 1000110 1000010 0 100001 11101100 110110 101100

Color Harmonies of #343BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BAC

Black with #343BAC

Text Example


Text Example

White with #343BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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