Html Css Color HEX #3116CB Persian Blue

📋 copy color: '#3116CB'

red 49 ◦ green 22 ◦ blue 203

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

Shades of Persian Blue #3116CB

Tints of Persian Blue #3116CB

RGB

 RED value IS 49 (19.53% from 255) = 17.88%

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

 BLUE value IS 203 (79.69% from 255) = 74.09%

R = 17.88%
G = 8.03%
B = 74.09%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3116CB (or 0x3116CB) is known color: Persian Blue. HEX triplet: 31, 16 and CB. RGB value is (49,22,203). Sum of RGB (Red+Green+Blue) = 49+22+203=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #3116CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3116CB is #CEE934. Grayscale: #323232. Windows color (decimal): -13560117 or 13309489. OLE color: 13309489.

HSL color Cylindrical-coordinate representation of color #3116CB: hue angle of 248.95º degrees, saturation: 0.8, 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 #3116CB is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 22 203 -
CMYK 0.76 0.89 0 0.20
HSL 248.95º 0.8% 0.44% -
HSV(B) 248.95º 0.89% 0.8% -
XYZ 12.33 5.54 56.92 -
YUV 50.71 213.95 126.78 -
System Red Green Blue C M Y K H S L
Decimal 49 22 203 0.76 0.89 0 0.20 248.95 0.8 0.44
Hex 31 16 CB 4C 59 0 14 F9 50 2C
Octal 61 26 313 114 131 0 24 371 120 54
Binary 110001 10110 11001011 1001100 1011001 0 10100 11111001 1010000 101100

Color Harmonies of #3116CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3116CB

Black with #3116CB

Text Example


Text Example

White with #3116CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3116CB; }

 p { color: rgb(49,22,203); }

 H1.HeaderClassName
 {
   color: #3116CB;
 }
 .AnyTagClassName
 {
   color: #3116CB;
 }
</style>

background-color css

<style>
 a { background-color: #3116CB; }

 a { background-color: rgb(49,22,203); }

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

border-color css

<style>
 span { border-color: #3116CB; }

 span { border-color: rgb(49,22,203); }

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