Html Css Color HEX #343AB7 Persian Blue

📋 copy color: '#343AB7'

red 52 ◦ green 58 ◦ blue 183

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

Shades of Persian Blue #343AB7

Tints of Persian Blue #343AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.46%

R = 17.75%
G = 19.8%
B = 62.46%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#343AB7 (or 0x343AB7) is known color: Persian Blue. HEX triplet: 34, 3A and B7. RGB value is (52,58,183). Sum of RGB (Red+Green+Blue) = 52+58+183=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #343AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB7 is #CBC548. Grayscale: #454545. Windows color (decimal): -13354313 or 12007988. OLE color: 12007988.

HSL color Cylindrical-coordinate representation of color #343AB7: hue angle of 237.25º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343AB7 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 58 183 -
CMYK 0.72 0.68 0 0.28
HSL 237.25º 0.56% 0.46% -
HSV(B) 237.25º 0.72% 0.72% -
XYZ 11.48 7.18 45.58 -
YUV 70.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 52 58 183 0.72 0.68 0 0.28 237.25 0.56 0.46
Hex 34 3A B7 48 44 0 1C ED 38 2E
Octal 64 72 267 110 104 0 34 355 70 56
Binary 110100 111010 10110111 1001000 1000100 0 11100 11101101 111000 101110

Color Harmonies of #343AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AB7

Black with #343AB7

Text Example


Text Example

White with #343AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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