Html Css Color HEX #343BBF Persian Blue

📋 copy color: '#343BBF'

red 52 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #343BBF

Tints of Persian Blue #343BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 17.22%
G = 19.54%
B = 63.25%

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

#343BBF (or 0x343BBF) is known color: Persian Blue. HEX triplet: 34, 3B and BF. RGB value is (52,59,191). Sum of RGB (Red+Green+Blue) = 52+59+191=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #343BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BBF is #CBC440. Grayscale: #474747. Windows color (decimal): -13354049 or 12532532. OLE color: 12532532.

HSL color Cylindrical-coordinate representation of color #343BBF: hue angle of 236.98º 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 #343BBF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 59 191 -
CMYK 0.73 0.69 0 0.25
HSL 236.98º 0.57% 0.48% -
HSV(B) 236.98º 0.73% 0.75% -
XYZ 12.38 7.62 50.11 -
YUV 71.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 52 59 191 0.73 0.69 0 0.25 236.98 0.57 0.48
Hex 34 3B BF 49 45 0 19 ED 39 30
Octal 64 73 277 111 105 0 31 355 71 60
Binary 110100 111011 10111111 1001001 1000101 0 11001 11101101 111001 110000

Color Harmonies of #343BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BBF

Black with #343BBF

Text Example


Text Example

White with #343BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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