#313cd3

Color #313CD3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #313CD3

Tints of Persian Blue #313CD3

Color information

#313CD3 (or 0x313CD3) is unknown color: approx Persian Blue. HEX triplet: 31, 3C and D3. RGB value is (49,60,211). Sum of RGB (Red+Green+Blue) = 49+60+211=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 211 (82.81% from 255 or 65.94% from 320); Max value from RGB is 211 - color contains mainly: blue. Hex color #313CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CD3 is #CEC32C. Grayscale: #494949. Windows color (decimal): -13550381 or 13843505. OLE color: 13843505.

HSL color Cylindrical-coordinate representation of color #313CD3: hue angle of 235.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313CD3 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4960211-
CMYK0.770.7200.17
HSL235.93º64.8%50.98%-
HSV(B)235.93º76.78%82.75%-
XYZ14.648.5962.51-
YUV73.92205.36110.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 211 (82.81% from 255) = 65.94%
R=15.31%
G=18.75%
B=65.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal49602110.770.7200.17235.9364.850.98
Hex313CD34D48011ec4133
Octal617432311511002135410163
Binary1100011111001101001110011011001000010001111011001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313cd3; }

 p { color: rgb(49,60,211); }

 H1.HeaderClassName
 {
   color: #313cd3;
 }
 .AnyTagClassName
 {
   color: #313cd3;
 }
</style>
background-color css

<style>
 a { background-color: #313cd3; }

 a { background-color: rgb(49,60,211); }

 div.DivClassName
 {
   background-color: #313cd3;
 }
 .BgClassName
 {
   background-color: #313cd3;
 }
</style>
border-color css

<style>
 span { border-color: #313cd3; }

 span { border-color: rgb(49,60,211); }

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