Html Css Color HEX #343AAB Persian Blue

📋 copy color: '#343AAB'

red 52 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #343AAB

Tints of Persian Blue #343AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 18.51%
G = 20.64%
B = 60.85%

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

#343AAB (or 0x343AAB) is known color: Persian Blue. HEX triplet: 34, 3A and AB. RGB value is (52,58,171). Sum of RGB (Red+Green+Blue) = 52+58+171=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #343AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAB is #CBC554. Grayscale: #444444. Windows color (decimal): -13354325 or 11221556. OLE color: 11221556.

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

Color convert

RGB 52 58 171 -
CMYK 0.70 0.66 0 0.33
HSL 236.97º 0.53% 0.44% -
HSV(B) 236.97º 0.7% 0.67% -
XYZ 10.28 6.7 39.28 -
YUV 69.09 185.51 115.81 -
System Red Green Blue C M Y K H S L
Decimal 52 58 171 0.70 0.66 0 0.33 236.97 0.53 0.44
Hex 34 3A AB 46 42 0 21 ED 35 2C
Octal 64 72 253 106 102 0 41 355 65 54
Binary 110100 111010 10101011 1000110 1000010 0 100001 11101101 110101 101100

Color Harmonies of #343AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AAB

Black with #343AAB

Text Example


Text Example

White with #343AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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