Html Css Color HEX #343DA3 Persian Blue

📋 copy color: '#343DA3'

red 52 ◦ green 61 ◦ blue 163

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

Shades of Persian Blue #343DA3

Tints of Persian Blue #343DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.06%

R = 18.84%
G = 22.1%
B = 59.06%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#343DA3 (or 0x343DA3) is known color: Persian Blue. HEX triplet: 34, 3D and A3. RGB value is (52,61,163). Sum of RGB (Red+Green+Blue) = 52+61+163=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #343DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DA3 is #CBC25C. Grayscale: #454545. Windows color (decimal): -13353565 or 10698036. OLE color: 10698036.

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

Color convert

RGB 52 61 163 -
CMYK 0.68 0.63 0 0.36
HSL 235.14º 0.52% 0.42% -
HSV(B) 235.14º 0.68% 0.64% -
XYZ 9.7 6.71 35.43 -
YUV 69.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 52 61 163 0.68 0.63 0 0.36 235.14 0.52 0.42
Hex 34 3D A3 44 3F 0 24 EB 34 2A
Octal 64 75 243 104 77 0 44 353 64 52
Binary 110100 111101 10100011 1000100 111111 0 100100 11101011 110100 101010

Color Harmonies of #343DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DA3

Black with #343DA3

Text Example


Text Example

White with #343DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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