Html Css Color HEX #3417BE Persian Blue

📋 copy color: '#3417BE'

red 52 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #3417BE

Tints of Persian Blue #3417BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

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

R = 19.62%
G = 8.68%
B = 71.7%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3417BE (or 0x3417BE) is known color: Persian Blue. HEX triplet: 34, 17 and BE. RGB value is (52,23,190). Sum of RGB (Red+Green+Blue) = 52+23+190=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #3417BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417BE is #CBE841. Grayscale: #323232. Windows color (decimal): -13363266 or 12457780. OLE color: 12457780.

HSL color Cylindrical-coordinate representation of color #3417BE: hue angle of 250.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3417BE is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 23 190 -
CMYK 0.73 0.88 0 0.25
HSL 250.42º 0.78% 0.42% -
HSV(B) 250.42º 0.88% 0.75% -
XYZ 11.02 5.06 49.11 -
YUV 50.71 206.61 128.92 -
System Red Green Blue C M Y K H S L
Decimal 52 23 190 0.73 0.88 0 0.25 250.42 0.78 0.42
Hex 34 17 BE 49 58 0 19 FA 4E 2A
Octal 64 27 276 111 130 0 31 372 116 52
Binary 110100 10111 10111110 1001001 1011000 0 11001 11111010 1001110 101010

Color Harmonies of #3417BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3417BE

Black with #3417BE

Text Example


Text Example

White with #3417BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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