Html Css Color HEX #3417BB Persian Blue

📋 copy color: '#3417BB'

red 52 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #3417BB

Tints of Persian Blue #3417BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.37%

R = 19.85%
G = 8.78%
B = 71.37%

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

#3417BB (or 0x3417BB) is known color: Persian Blue. HEX triplet: 34, 17 and BB. RGB value is (52,23,187). Sum of RGB (Red+Green+Blue) = 52+23+187=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3417BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417BB is #CBE844. Grayscale: #313131. Windows color (decimal): -13363269 or 12261172. OLE color: 12261172.

HSL color Cylindrical-coordinate representation of color #3417BB: hue angle of 250.61º 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 #3417BB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 23 187 -
CMYK 0.72 0.88 0 0.27
HSL 250.61º 0.78% 0.41% -
HSV(B) 250.61º 0.88% 0.73% -
XYZ 10.69 4.93 47.4 -
YUV 50.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 52 23 187 0.72 0.88 0 0.27 250.61 0.78 0.41
Hex 34 17 BB 48 58 0 1B FB 4E 29
Octal 64 27 273 110 130 0 33 373 116 51
Binary 110100 10111 10111011 1001000 1011000 0 11011 11111011 1001110 101001

Color Harmonies of #3417BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3417BB

Black with #3417BB

Text Example


Text Example

White with #3417BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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