Html Css Color HEX #3311BD Persian Blue

📋 copy color: '#3311BD'

red 51 ◦ green 17 ◦ blue 189

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

Shades of Persian Blue #3311BD

Tints of Persian Blue #3311BD

RGB

 RED value IS 51 (20.31% from 255) = 19.84%

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

 BLUE value IS 189 (74.22% from 255) = 73.54%

R = 19.84%
G = 6.61%
B = 73.54%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3311BD (or 0x3311BD) is known color: Persian Blue. HEX triplet: 33, 11 and BD. RGB value is (51,17,189). Sum of RGB (Red+Green+Blue) = 51+17+189=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #3311BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311BD is #CCEE42. Grayscale: #2E2E2E. Windows color (decimal): -13430339 or 12390707. OLE color: 12390707.

HSL color Cylindrical-coordinate representation of color #3311BD: hue angle of 251.86º 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 #3311BD is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 17 189 -
CMYK 0.73 0.91 0 0.26
HSL 251.86º 0.83% 0.4% -
HSV(B) 251.86º 0.91% 0.74% -
XYZ 10.75 4.78 48.5 -
YUV 46.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 51 17 189 0.73 0.91 0 0.26 251.86 0.83 0.4
Hex 33 11 BD 49 5B 0 1A FC 53 28
Octal 63 21 275 111 133 0 32 374 123 50
Binary 110011 10001 10111101 1001001 1011011 0 11010 11111100 1010011 101000

Color Harmonies of #3311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3311BD

Black with #3311BD

Text Example


Text Example

White with #3311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3311BD; }

 p { color: rgb(51,17,189); }

 H1.HeaderClassName
 {
   color: #3311BD;
 }
 .AnyTagClassName
 {
   color: #3311BD;
 }
</style>

background-color css

<style>
 a { background-color: #3311BD; }

 a { background-color: rgb(51,17,189); }

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

border-color css

<style>
 span { border-color: #3311BD; }

 span { border-color: rgb(51,17,189); }

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