Html Css Color HEX #343DAB Persian Blue

📋 copy color: '#343DAB'

red 52 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #343DAB

Tints of Persian Blue #343DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 18.31%
G = 21.48%
B = 60.21%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#343DAB (or 0x343DAB) is known color: Persian Blue. HEX triplet: 34, 3D and AB. RGB value is (52,61,171). Sum of RGB (Red+Green+Blue) = 52+61+171=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #343DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DAB is #CBC254. Grayscale: #464646. Windows color (decimal): -13353557 or 11222324. OLE color: 11222324.

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

Color convert

RGB 52 61 171 -
CMYK 0.70 0.64 0 0.33
HSL 235.46º 0.53% 0.44% -
HSV(B) 235.46º 0.7% 0.67% -
XYZ 10.44 7.01 39.33 -
YUV 70.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 52 61 171 0.70 0.64 0 0.33 235.46 0.53 0.44
Hex 34 3D AB 46 40 0 21 EB 35 2C
Octal 64 75 253 106 100 0 41 353 65 54
Binary 110100 111101 10101011 1000110 1000000 0 100001 11101011 110101 101100

Color Harmonies of #343DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DAB

Black with #343DAB

Text Example


Text Example

White with #343DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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