Html Css Color HEX #3411BC Persian Blue

📋 copy color: '#3411BC'

red 52 ◦ green 17 ◦ blue 188

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

Shades of Persian Blue #3411BC

Tints of Persian Blue #3411BC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

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

R = 20.23%
G = 6.61%
B = 73.15%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3411BC (or 0x3411BC) is known color: Persian Blue. HEX triplet: 34, 11 and BC. RGB value is (52,17,188). Sum of RGB (Red+Green+Blue) = 52+17+188=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #3411BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411BC is #CBEE43. Grayscale: #2E2E2E. Windows color (decimal): -13364804 or 12325172. OLE color: 12325172.

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

Color convert

RGB 52 17 188 -
CMYK 0.72 0.91 0 0.26
HSL 252.28º 0.83% 0.4% -
HSV(B) 252.28º 0.91% 0.74% -
XYZ 10.69 4.76 47.93 -
YUV 46.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 52 17 188 0.72 0.91 0 0.26 252.28 0.83 0.4
Hex 34 11 BC 48 5B 0 1A FC 53 28
Octal 64 21 274 110 133 0 32 374 123 50
Binary 110100 10001 10111100 1001000 1011011 0 11010 11111100 1010011 101000

Color Harmonies of #3411BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3411BC

Black with #3411BC

Text Example


Text Example

White with #3411BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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