Html Css Color HEX #343FBF Persian Blue

📋 copy color: '#343FBF'

red 52 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #343FBF

Tints of Persian Blue #343FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 16.99%
G = 20.59%
B = 62.42%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#343FBF (or 0x343FBF) is known color: Persian Blue. HEX triplet: 34, 3F and BF. RGB value is (52,63,191). Sum of RGB (Red+Green+Blue) = 52+63+191=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #343FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FBF is #CBC040. Grayscale: #494949. Windows color (decimal): -13353025 or 12533556. OLE color: 12533556.

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

Color convert

RGB 52 63 191 -
CMYK 0.73 0.67 0 0.25
HSL 235.25º 0.57% 0.48% -
HSV(B) 235.25º 0.73% 0.75% -
XYZ 12.6 8.05 50.18 -
YUV 74.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 52 63 191 0.73 0.67 0 0.25 235.25 0.57 0.48
Hex 34 3F BF 49 43 0 19 EB 39 30
Octal 64 77 277 111 103 0 31 353 71 60
Binary 110100 111111 10111111 1001001 1000011 0 11001 11101011 111001 110000

Color Harmonies of #343FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FBF

Black with #343FBF

Text Example


Text Example

White with #343FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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