Html Css Color HEX #3417B9 Persian Blue

📋 copy color: '#3417B9'

red 52 ◦ green 23 ◦ blue 185

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

Shades of Persian Blue #3417B9

Tints of Persian Blue #3417B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 71.15%

R = 20%
G = 8.85%
B = 71.15%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3417B9 (or 0x3417B9) is known color: Persian Blue. HEX triplet: 34, 17 and B9. RGB value is (52,23,185). Sum of RGB (Red+Green+Blue) = 52+23+185=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #3417B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417B9 is #CBE846. Grayscale: #313131. Windows color (decimal): -13363271 or 12130100. OLE color: 12130100.

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

Color convert

RGB 52 23 185 -
CMYK 0.72 0.88 0 0.27
HSL 250.74º 0.78% 0.41% -
HSV(B) 250.74º 0.88% 0.73% -
XYZ 10.48 4.85 46.28 -
YUV 50.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 52 23 185 0.72 0.88 0 0.27 250.74 0.78 0.41
Hex 34 17 B9 48 58 0 1B FB 4E 29
Octal 64 27 271 110 130 0 33 373 116 51
Binary 110100 10111 10111001 1001000 1011000 0 11011 11111011 1001110 101001

Color Harmonies of #3417B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3417B9

Black with #3417B9

Text Example


Text Example

White with #3417B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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