Html Css Color HEX #3417BC Persian Blue

📋 copy color: '#3417BC'

red 52 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #3417BC

Tints of Persian Blue #3417BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 19.77%
G = 8.75%
B = 71.48%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3417BC (or 0x3417BC) is known color: Persian Blue. HEX triplet: 34, 17 and BC. RGB value is (52,23,188). Sum of RGB (Red+Green+Blue) = 52+23+188=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #3417BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417BC is #CBE843. Grayscale: #313131. Windows color (decimal): -13363268 or 12326708. OLE color: 12326708.

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

Color convert

RGB 52 23 188 -
CMYK 0.72 0.88 0 0.26
HSL 250.55º 0.78% 0.41% -
HSV(B) 250.55º 0.88% 0.74% -
XYZ 10.8 4.97 47.97 -
YUV 50.48 205.61 129.08 -
System Red Green Blue C M Y K H S L
Decimal 52 23 188 0.72 0.88 0 0.26 250.55 0.78 0.41
Hex 34 17 BC 48 58 0 1A FB 4E 29
Octal 64 27 274 110 130 0 32 373 116 51
Binary 110100 10111 10111100 1001000 1011000 0 11010 11111011 1001110 101001

Color Harmonies of #3417BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3417BC

Black with #3417BC

Text Example


Text Example

White with #3417BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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