Html Css Color HEX #3316CE Persian Blue

📋 copy color: '#3316CE'

red 51 ◦ green 22 ◦ blue 206

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

Shades of Persian Blue #3316CE

Tints of Persian Blue #3316CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 18.28%
G = 7.89%
B = 73.84%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3316CE (or 0x3316CE) is known color: Persian Blue. HEX triplet: 33, 16 and CE. RGB value is (51,22,206). Sum of RGB (Red+Green+Blue) = 51+22+206=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #3316CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316CE is #CCE931. Grayscale: #323232. Windows color (decimal): -13429042 or 13506099. OLE color: 13506099.

HSL color Cylindrical-coordinate representation of color #3316CE: hue angle of 249.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3316CE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 22 206 -
CMYK 0.75 0.89 0 0.19
HSL 249.46º 0.81% 0.45% -
HSV(B) 249.46º 0.89% 0.81% -
XYZ 12.79 5.73 58.83 -
YUV 51.65 215.11 127.54 -
System Red Green Blue C M Y K H S L
Decimal 51 22 206 0.75 0.89 0 0.19 249.46 0.81 0.45
Hex 33 16 CE 4B 59 0 13 F9 51 2D
Octal 63 26 316 113 131 0 23 371 121 55
Binary 110011 10110 11001110 1001011 1011001 0 10011 11111001 1010001 101101

Color Harmonies of #3316CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316CE

Black with #3316CE

Text Example


Text Example

White with #3316CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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