Html Css Color HEX #343CBF Persian Blue

📋 copy color: '#343CBF'

red 52 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #343CBF

Tints of Persian Blue #343CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 17.16%
G = 19.8%
B = 63.04%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#343CBF (or 0x343CBF) is known color: Persian Blue. HEX triplet: 34, 3C and BF. RGB value is (52,60,191). Sum of RGB (Red+Green+Blue) = 52+60+191=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #343CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBF is #CBC340. Grayscale: #484848. Windows color (decimal): -13353793 or 12532788. OLE color: 12532788.

HSL color Cylindrical-coordinate representation of color #343CBF: hue angle of 236.55º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343CBF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 60 191 -
CMYK 0.73 0.69 0 0.25
HSL 236.55º 0.57% 0.48% -
HSV(B) 236.55º 0.73% 0.75% -
XYZ 12.44 7.72 50.13 -
YUV 72.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 52 60 191 0.73 0.69 0 0.25 236.55 0.57 0.48
Hex 34 3C BF 49 45 0 19 ED 39 30
Octal 64 74 277 111 105 0 31 355 71 60
Binary 110100 111100 10111111 1001001 1000101 0 11001 11101101 111001 110000

Color Harmonies of #343CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CBF

Black with #343CBF

Text Example


Text Example

White with #343CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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