Html Css Color HEX #3411BB Persian Blue

📋 copy color: '#3411BB'

red 52 ◦ green 17 ◦ blue 187

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

Shades of Persian Blue #3411BB

Tints of Persian Blue #3411BB

RGB

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

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

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

R = 20.31%
G = 6.64%
B = 73.05%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3411BB (or 0x3411BB) is known color: Persian Blue. HEX triplet: 34, 11 and BB. RGB value is (52,17,187). Sum of RGB (Red+Green+Blue) = 52+17+187=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #3411BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411BB is #CBEE44. Grayscale: #2E2E2E. Windows color (decimal): -13364805 or 12259636. OLE color: 12259636.

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

Color convert

RGB 52 17 187 -
CMYK 0.72 0.91 0 0.27
HSL 252.35º 0.83% 0.4% -
HSV(B) 252.35º 0.91% 0.73% -
XYZ 10.59 4.72 47.37 -
YUV 46.85 207.1 131.68 -
System Red Green Blue C M Y K H S L
Decimal 52 17 187 0.72 0.91 0 0.27 252.35 0.83 0.4
Hex 34 11 BB 48 5B 0 1B FC 53 28
Octal 64 21 273 110 133 0 33 374 123 50
Binary 110100 10001 10111011 1001000 1011011 0 11011 11111100 1010011 101000

Color Harmonies of #3411BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3411BB

Black with #3411BB

Text Example


Text Example

White with #3411BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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