Html Css Color HEX #3310BE Persian Blue

📋 copy color: '#3310BE'

red 51 ◦ green 16 ◦ blue 190

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

Shades of Persian Blue #3310BE

Tints of Persian Blue #3310BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 19.84%
G = 6.23%
B = 73.93%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3310BE (or 0x3310BE) is known color: Persian Blue. HEX triplet: 33, 10 and BE. RGB value is (51,16,190). Sum of RGB (Red+Green+Blue) = 51+16+190=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #3310BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3310BE is #CCEF41. Grayscale: #2D2D2D. Windows color (decimal): -13430594 or 12455987. OLE color: 12455987.

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

Color convert

RGB 51 16 190 -
CMYK 0.73 0.92 0 0.25
HSL 252.07º 0.84% 0.4% -
HSV(B) 252.07º 0.92% 0.75% -
XYZ 10.84 4.79 49.07 -
YUV 46.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 51 16 190 0.73 0.92 0 0.25 252.07 0.84 0.4
Hex 33 10 BE 49 5C 0 19 FC 54 28
Octal 63 20 276 111 134 0 31 374 124 50
Binary 110011 10000 10111110 1001001 1011100 0 11001 11111100 1010100 101000

Color Harmonies of #3310BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310BE

Black with #3310BE

Text Example


Text Example

White with #3310BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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