Html Css Color HEX #3316CC Persian Blue

📋 copy color: '#3316CC'

red 51 ◦ green 22 ◦ blue 204

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

Shades of Persian Blue #3316CC

Tints of Persian Blue #3316CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.65%

R = 18.41%
G = 7.94%
B = 73.65%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3316CC (or 0x3316CC) is known color: Persian Blue. HEX triplet: 33, 16 and CC. RGB value is (51,22,204). Sum of RGB (Red+Green+Blue) = 51+22+204=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3316CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316CC is #CCE933. Grayscale: #323232. Windows color (decimal): -13429044 or 13375027. OLE color: 13375027.

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

Color convert

RGB 51 22 204 -
CMYK 0.75 0.89 0 0.2
HSL 249.56º 0.81% 0.44% -
HSV(B) 249.56º 0.89% 0.8% -
XYZ 12.55 5.64 57.55 -
YUV 51.42 214.11 127.7 -
System Red Green Blue C M Y K H S L
Decimal 51 22 204 0.75 0.89 0 0.2 249.56 0.81 0.44
Hex 33 16 CC 4B 59 0 14 FA 51 2C
Octal 63 26 314 113 131 0 24 372 121 54
Binary 110011 10110 11001100 1001011 1011001 0 10100 11111010 1010001 101100

Color Harmonies of #3316CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316CC

Black with #3316CC

Text Example


Text Example

White with #3316CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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