Html Css Color HEX #3310BD Persian Blue

📋 copy color: '#3310BD'

red 51 ◦ green 16 ◦ blue 189

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

Shades of Persian Blue #3310BD

Tints of Persian Blue #3310BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 19.92%
G = 6.25%
B = 73.83%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3310BD (or 0x3310BD) is known color: Persian Blue. HEX triplet: 33, 10 and BD. RGB value is (51,16,189). Sum of RGB (Red+Green+Blue) = 51+16+189=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #3310BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3310BD is #CCEF42. Grayscale: #2D2D2D. Windows color (decimal): -13430595 or 12390451. OLE color: 12390451.

HSL color Cylindrical-coordinate representation of color #3310BD: hue angle of 252.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3310BD is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 16 189 -
CMYK 0.73 0.92 0 0.26
HSL 252.14º 0.84% 0.4% -
HSV(B) 252.14º 0.92% 0.74% -
XYZ 10.74 4.75 48.49 -
YUV 46.19 208.6 131.43 -
System Red Green Blue C M Y K H S L
Decimal 51 16 189 0.73 0.92 0 0.26 252.14 0.84 0.4
Hex 33 10 BD 49 5C 0 1A FC 54 28
Octal 63 20 275 111 134 0 32 374 124 50
Binary 110011 10000 10111101 1001001 1011100 0 11010 11111100 1010100 101000

Color Harmonies of #3310BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310BD

Black with #3310BD

Text Example


Text Example

White with #3310BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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