Html Css Color HEX #343CBA Persian Blue

📋 copy color: '#343CBA'

red 52 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #343CBA

Tints of Persian Blue #343CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 17.45%
G = 20.13%
B = 62.42%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343CBA (or 0x343CBA) is known color: Persian Blue. HEX triplet: 34, 3C and BA. RGB value is (52,60,186). Sum of RGB (Red+Green+Blue) = 52+60+186=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #343CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBA is #CBC345. Grayscale: #474747. Windows color (decimal): -13353798 or 12205108. OLE color: 12205108.

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

Color convert

RGB 52 60 186 -
CMYK 0.72 0.68 0 0.27
HSL 236.42º 0.56% 0.47% -
HSV(B) 236.42º 0.72% 0.73% -
XYZ 11.89 7.51 47.28 -
YUV 71.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 52 60 186 0.72 0.68 0 0.27 236.42 0.56 0.47
Hex 34 3C BA 48 44 0 1B EC 38 2F
Octal 64 74 272 110 104 0 33 354 70 57
Binary 110100 111100 10111010 1001000 1000100 0 11011 11101100 111000 101111

Color Harmonies of #343CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CBA

Black with #343CBA

Text Example


Text Example

White with #343CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,186); }

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

background-color css

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

 a { background-color: rgb(52,60,186); }

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

border-color css

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

 span { border-color: rgb(52,60,186); }

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