Html Css Color HEX #3316BB Persian Blue

📋 copy color: '#3316BB'

red 51 ◦ green 22 ◦ blue 187

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

Shades of Persian Blue #3316BB

Tints of Persian Blue #3316BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 19.62%
G = 8.46%
B = 71.92%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3316BB (or 0x3316BB) is known color: Persian Blue. HEX triplet: 33, 16 and BB. RGB value is (51,22,187). Sum of RGB (Red+Green+Blue) = 51+22+187=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #3316BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316BB is #CCE944. Grayscale: #303030. Windows color (decimal): -13429061 or 12260915. OLE color: 12260915.

HSL color Cylindrical-coordinate representation of color #3316BB: hue angle of 250.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3316BB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 22 187 -
CMYK 0.73 0.88 0 0.27
HSL 250.55º 0.79% 0.41% -
HSV(B) 250.55º 0.88% 0.73% -
XYZ 10.62 4.87 47.39 -
YUV 49.48 205.61 129.08 -
System Red Green Blue C M Y K H S L
Decimal 51 22 187 0.73 0.88 0 0.27 250.55 0.79 0.41
Hex 33 16 BB 49 58 0 1B FB 4F 29
Octal 63 26 273 111 130 0 33 373 117 51
Binary 110011 10110 10111011 1001001 1011000 0 11011 11111011 1001111 101001

Color Harmonies of #3316BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316BB

Black with #3316BB

Text Example


Text Example

White with #3316BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,22,187); }

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

background-color css

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

 a { background-color: rgb(51,22,187); }

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

border-color css

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

 span { border-color: rgb(51,22,187); }

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