#313EB0

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

Shades of Persian Blue #313EB0

Tints of Persian Blue #313EB0

Color information

#313EB0 (or 0x313EB0) is unknown color: approx Persian Blue. HEX triplet: 31, 3E and B0. RGB value is (49,62,176). Sum of RGB (Red+Green+Blue) = 49+62+176=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #313EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EB0 is #CEC14F. Grayscale: #464646. Windows color (decimal): -13549904 or 11550257. OLE color: 11550257.

HSL color Cylindrical-coordinate representation of color #313EB0: hue angle of 233.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313EB0 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4962176-
CMYK0.720.6500.31
HSL233.86º56.44%44.12%-
HSV(B)233.86º72.16%69.02%-
XYZ10.837.2341.9-
YUV71.11187.19112.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=17.07%
G=21.60%
B=61.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49621760.720.6500.31233.8656.4444.12
Hex313EB0484101Fea382c
Octal61762601101010373527054
Binary110001111110101100001001000100000101111111101010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,62,176); }

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

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

 a { background-color: rgb(49,62,176); }

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

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

 span { border-color: rgb(49,62,176); }

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