Html Css Color HEX #343DAE Persian Blue

📋 copy color: '#343DAE'

red 52 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #343DAE

Tints of Persian Blue #343DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

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

R = 18.12%
G = 21.25%
B = 60.63%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#343DAE (or 0x343DAE) is known color: Persian Blue. HEX triplet: 34, 3D and AE. RGB value is (52,61,174). Sum of RGB (Red+Green+Blue) = 52+61+174=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #343DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DAE is #CBC251. Grayscale: #464646. Windows color (decimal): -13353554 or 11418932. OLE color: 11418932.

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

Color convert

RGB 52 61 174 -
CMYK 0.70 0.65 0 0.32
HSL 235.57º 0.54% 0.44% -
HSV(B) 235.57º 0.7% 0.68% -
XYZ 10.72 7.12 40.85 -
YUV 71.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 52 61 174 0.70 0.65 0 0.32 235.57 0.54 0.44
Hex 34 3D AE 46 41 0 20 EC 36 2C
Octal 64 75 256 106 101 0 40 354 66 54
Binary 110100 111101 10101110 1000110 1000001 0 100000 11101100 110110 101100

Color Harmonies of #343DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DAE

Black with #343DAE

Text Example


Text Example

White with #343DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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