Html Css Color HEX #3137DC Persian Blue

📋 copy color: '#3137DC'

red 49 ◦ green 55 ◦ blue 220

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

Shades of Persian Blue #3137DC

Tints of Persian Blue #3137DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 15.12%
G = 16.98%
B = 67.9%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3137DC (or 0x3137DC) is known color: Persian Blue. HEX triplet: 31, 37 and DC. RGB value is (49,55,220). Sum of RGB (Red+Green+Blue) = 49+55+220=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #3137DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137DC is #CEC823. Grayscale: #474747. Windows color (decimal): -13551652 or 14432049. OLE color: 14432049.

HSL color Cylindrical-coordinate representation of color #3137DC: hue angle of 237.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3137DC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 55 220 -
CMYK 0.78 0.75 0 0.14
HSL 237.89º 0.71% 0.53% -
HSV(B) 237.89º 0.78% 0.86% -
XYZ 15.55 8.55 68.54 -
YUV 72.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 49 55 220 0.78 0.75 0 0.14 237.89 0.71 0.53
Hex 31 37 DC 4E 4B 0 E EE 47 35
Octal 61 67 334 116 113 0 16 356 107 65
Binary 110001 110111 11011100 1001110 1001011 0 1110 11101110 1000111 110101

Color Harmonies of #3137DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3137DC

Black with #3137DC

Text Example


Text Example

White with #3137DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3137DC; }

 p { color: rgb(49,55,220); }

 H1.HeaderClassName
 {
   color: #3137DC;
 }
 .AnyTagClassName
 {
   color: #3137DC;
 }
</style>

background-color css

<style>
 a { background-color: #3137DC; }

 a { background-color: rgb(49,55,220); }

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

border-color css

<style>
 span { border-color: #3137DC; }

 span { border-color: rgb(49,55,220); }

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