Html Css Color HEX #343BAE Persian Blue

📋 copy color: '#343BAE'

red 52 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #343BAE

Tints of Persian Blue #343BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 18.25%
G = 20.7%
B = 61.05%

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

#343BAE (or 0x343BAE) is known color: Persian Blue. HEX triplet: 34, 3B and AE. RGB value is (52,59,174). Sum of RGB (Red+Green+Blue) = 52+59+174=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #343BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAE is #CBC451. Grayscale: #454545. Windows color (decimal): -13354066 or 11418420. OLE color: 11418420.

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

Color convert

RGB 52 59 174 -
CMYK 0.70 0.66 0 0.32
HSL 236.56º 0.54% 0.44% -
HSV(B) 236.56º 0.7% 0.68% -
XYZ 10.62 6.91 40.82 -
YUV 70.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 52 59 174 0.70 0.66 0 0.32 236.56 0.54 0.44
Hex 34 3B AE 46 42 0 20 ED 36 2C
Octal 64 73 256 106 102 0 40 355 66 54
Binary 110100 111011 10101110 1000110 1000010 0 100000 11101101 110110 101100

Color Harmonies of #343BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BAE

Black with #343BAE

Text Example


Text Example

White with #343BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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