Html Css Color HEX #3316BC Persian Blue

📋 copy color: '#3316BC'

red 51 ◦ green 22 ◦ blue 188

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

Shades of Persian Blue #3316BC

Tints of Persian Blue #3316BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 19.54%
G = 8.43%
B = 72.03%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3316BC (or 0x3316BC) is known color: Persian Blue. HEX triplet: 33, 16 and BC. RGB value is (51,22,188). Sum of RGB (Red+Green+Blue) = 51+22+188=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #3316BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316BC is #CCE943. Grayscale: #303030. Windows color (decimal): -13429060 or 12326451. OLE color: 12326451.

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

Color convert

RGB 51 22 188 -
CMYK 0.73 0.88 0 0.26
HSL 250.48º 0.79% 0.41% -
HSV(B) 250.48º 0.88% 0.74% -
XYZ 10.73 4.91 47.96 -
YUV 49.6 206.11 129 -
System Red Green Blue C M Y K H S L
Decimal 51 22 188 0.73 0.88 0 0.26 250.48 0.79 0.41
Hex 33 16 BC 49 58 0 1A FA 4F 29
Octal 63 26 274 111 130 0 32 372 117 51
Binary 110011 10110 10111100 1001001 1011000 0 11010 11111010 1001111 101001

Color Harmonies of #3316BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3316BC

Black with #3316BC

Text Example


Text Example

White with #3316BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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