Html Css Color HEX #3413BE Persian Blue

📋 copy color: '#3413BE'

red 52 ◦ green 19 ◦ blue 190

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

Shades of Persian Blue #3413BE

Tints of Persian Blue #3413BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 190 (74.61% from 255) = 72.8%

R = 19.92%
G = 7.28%
B = 72.8%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3413BE (or 0x3413BE) is known color: Persian Blue. HEX triplet: 34, 13 and BE. RGB value is (52,19,190). Sum of RGB (Red+Green+Blue) = 52+19+190=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #3413BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3413BE is #CBEC41. Grayscale: #2F2F2F. Windows color (decimal): -13364290 or 12456756. OLE color: 12456756.

HSL color Cylindrical-coordinate representation of color #3413BE: hue angle of 251.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3413BE is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 19 190 -
CMYK 0.73 0.90 0 0.25
HSL 251.58º 0.82% 0.41% -
HSV(B) 251.58º 0.9% 0.75% -
XYZ 10.94 4.91 49.09 -
YUV 48.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 52 19 190 0.73 0.90 0 0.25 251.58 0.82 0.41
Hex 34 13 BE 49 5A 0 19 FC 52 29
Octal 64 23 276 111 132 0 31 374 122 51
Binary 110100 10011 10111110 1001001 1011010 0 11001 11111100 1010010 101001

Color Harmonies of #3413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3413BE

Black with #3413BE

Text Example


Text Example

White with #3413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3413BE; }

 p { color: rgb(52,19,190); }

 H1.HeaderClassName
 {
   color: #3413BE;
 }
 .AnyTagClassName
 {
   color: #3413BE;
 }
</style>

background-color css

<style>
 a { background-color: #3413BE; }

 a { background-color: rgb(52,19,190); }

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

border-color css

<style>
 span { border-color: #3413BE; }

 span { border-color: rgb(52,19,190); }

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