Html Css Color HEX #3137DF Persian Blue

📋 copy color: '#3137DF'

red 49 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #3137DF

Tints of Persian Blue #3137DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 14.98%
G = 16.82%
B = 68.2%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3137DF (or 0x3137DF) is known color: Persian Blue. HEX triplet: 31, 37 and DF. RGB value is (49,55,223). Sum of RGB (Red+Green+Blue) = 49+55+223=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #3137DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137DF is #CEC820. Grayscale: #474747. Windows color (decimal): -13551649 or 14628657. OLE color: 14628657.

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

Color convert

RGB 49 55 223 -
CMYK 0.78 0.75 0 0.13
HSL 237.93º 0.73% 0.53% -
HSV(B) 237.93º 0.78% 0.87% -
XYZ 15.95 8.71 70.65 -
YUV 72.36 213.01 111.34 -
System Red Green Blue C M Y K H S L
Decimal 49 55 223 0.78 0.75 0 0.13 237.93 0.73 0.53
Hex 31 37 DF 4E 4B 0 D EE 49 35
Octal 61 67 337 116 113 0 15 356 111 65
Binary 110001 110111 11011111 1001110 1001011 0 1101 11101110 1001001 110101

Color Harmonies of #3137DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3137DF

Black with #3137DF

Text Example


Text Example

White with #3137DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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