Html Css Color HEX #343AB9 Persian Blue

📋 copy color: '#343AB9'

red 52 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #343AB9

Tints of Persian Blue #343AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.71%

R = 17.63%
G = 19.66%
B = 62.71%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343AB9 (or 0x343AB9) is known color: Persian Blue. HEX triplet: 34, 3A and B9. RGB value is (52,58,185). Sum of RGB (Red+Green+Blue) = 52+58+185=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #343AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB9 is #CBC546. Grayscale: #464646. Windows color (decimal): -13354311 or 12139060. OLE color: 12139060.

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

Color convert

RGB 52 58 185 -
CMYK 0.72 0.69 0 0.27
HSL 237.29º 0.56% 0.46% -
HSV(B) 237.29º 0.72% 0.73% -
XYZ 11.69 7.26 46.68 -
YUV 70.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 52 58 185 0.72 0.69 0 0.27 237.29 0.56 0.46
Hex 34 3A B9 48 45 0 1B ED 38 2E
Octal 64 72 271 110 105 0 33 355 70 56
Binary 110100 111010 10111001 1001000 1000101 0 11011 11101101 111000 101110

Color Harmonies of #343AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AB9

Black with #343AB9

Text Example


Text Example

White with #343AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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