Html Css Color HEX #343BA4 Persian Blue

📋 copy color: '#343BA4'

red 52 ◦ green 59 ◦ blue 164

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

Shades of Persian Blue #343BA4

Tints of Persian Blue #343BA4

RGB

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

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

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

R = 18.91%
G = 21.45%
B = 59.64%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#343BA4 (or 0x343BA4) is known color: Persian Blue. HEX triplet: 34, 3B and A4. RGB value is (52,59,164). Sum of RGB (Red+Green+Blue) = 52+59+164=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #343BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BA4 is #CBC45B. Grayscale: #444444. Windows color (decimal): -13354076 or 10763060. OLE color: 10763060.

HSL color Cylindrical-coordinate representation of color #343BA4: hue angle of 236.25º 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 #343BA4 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 59 164 -
CMYK 0.68 0.64 0 0.36
HSL 236.25º 0.52% 0.42% -
HSV(B) 236.25º 0.68% 0.64% -
XYZ 9.68 6.54 35.87 -
YUV 68.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 52 59 164 0.68 0.64 0 0.36 236.25 0.52 0.42
Hex 34 3B A4 44 40 0 24 EC 34 2A
Octal 64 73 244 104 100 0 44 354 64 52
Binary 110100 111011 10100100 1000100 1000000 0 100100 11101100 110100 101010

Color Harmonies of #343BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BA4

Black with #343BA4

Text Example


Text Example

White with #343BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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