Html Css Color HEX #3412BF Persian Blue

📋 copy color: '#3412BF'

red 52 ◦ green 18 ◦ blue 191

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

Shades of Persian Blue #3412BF

Tints of Persian Blue #3412BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 19.92%
G = 6.9%
B = 73.18%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3412BF (or 0x3412BF) is known color: Persian Blue. HEX triplet: 34, 12 and BF. RGB value is (52,18,191). Sum of RGB (Red+Green+Blue) = 52+18+191=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #3412BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412BF is #CBED40. Grayscale: #2F2F2F. Windows color (decimal): -13364545 or 12522036. OLE color: 12522036.

HSL color Cylindrical-coordinate representation of color #3412BF: hue angle of 251.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3412BF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 18 191 -
CMYK 0.73 0.91 0 0.25
HSL 251.79º 0.83% 0.41% -
HSV(B) 251.79º 0.91% 0.75% -
XYZ 11.04 4.92 49.66 -
YUV 47.89 208.76 130.93 -
System Red Green Blue C M Y K H S L
Decimal 52 18 191 0.73 0.91 0 0.25 251.79 0.83 0.41
Hex 34 12 BF 49 5B 0 19 FC 53 29
Octal 64 22 277 111 133 0 31 374 123 51
Binary 110100 10010 10111111 1001001 1011011 0 11001 11111100 1010011 101001

Color Harmonies of #3412BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3412BF

Black with #3412BF

Text Example


Text Example

White with #3412BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3412BF; }

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

 H1.HeaderClassName
 {
   color: #3412BF;
 }
 .AnyTagClassName
 {
   color: #3412BF;
 }
</style>

background-color css

<style>
 a { background-color: #3412BF; }

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

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

border-color css

<style>
 span { border-color: #3412BF; }

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

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