Html Css Color HEX #343AA4 Persian Blue

📋 copy color: '#343AA4'

red 52 ◦ green 58 ◦ blue 164

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

Shades of Persian Blue #343AA4

Tints of Persian Blue #343AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.85%

R = 18.98%
G = 21.17%
B = 59.85%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#343AA4 (or 0x343AA4) is known color: Persian Blue. HEX triplet: 34, 3A and A4. RGB value is (52,58,164). Sum of RGB (Red+Green+Blue) = 52+58+164=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #343AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AA4 is #CBC55B. Grayscale: #434343. Windows color (decimal): -13354332 or 10762804. OLE color: 10762804.

HSL color Cylindrical-coordinate representation of color #343AA4: hue angle of 236.79º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343AA4 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 58 164 -
CMYK 0.68 0.65 0 0.36
HSL 236.79º 0.52% 0.42% -
HSV(B) 236.79º 0.68% 0.64% -
XYZ 9.63 6.44 35.86 -
YUV 68.29 182.01 116.38 -
System Red Green Blue C M Y K H S L
Decimal 52 58 164 0.68 0.65 0 0.36 236.79 0.52 0.42
Hex 34 3A A4 44 41 0 24 ED 34 2A
Octal 64 72 244 104 101 0 44 355 64 52
Binary 110100 111010 10100100 1000100 1000001 0 100100 11101101 110100 101010

Color Harmonies of #343AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AA4

Black with #343AA4

Text Example


Text Example

White with #343AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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