Html Css Color HEX #343AB4 Persian Blue

📋 copy color: '#343AB4'

red 52 ◦ green 58 ◦ blue 180

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

Shades of Persian Blue #343AB4

Tints of Persian Blue #343AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.07%

R = 17.93%
G = 20%
B = 62.07%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#343AB4 (or 0x343AB4) is known color: Persian Blue. HEX triplet: 34, 3A and B4. RGB value is (52,58,180). Sum of RGB (Red+Green+Blue) = 52+58+180=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #343AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB4 is #CBC54B. Grayscale: #454545. Windows color (decimal): -13354316 or 11811380. OLE color: 11811380.

HSL color Cylindrical-coordinate representation of color #343AB4: hue angle of 237.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343AB4 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 58 180 -
CMYK 0.71 0.68 0 0.29
HSL 237.19º 0.55% 0.45% -
HSV(B) 237.19º 0.71% 0.71% -
XYZ 11.17 7.05 43.95 -
YUV 70.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 52 58 180 0.71 0.68 0 0.29 237.19 0.55 0.45
Hex 34 3A B4 47 44 0 1D ED 37 2D
Octal 64 72 264 107 104 0 35 355 67 55
Binary 110100 111010 10110100 1000111 1000100 0 11101 11101101 110111 101101

Color Harmonies of #343AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AB4

Black with #343AB4

Text Example


Text Example

White with #343AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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