#317DB5

Color #317DB5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #317DB5

Tints of Curious Blue #317DB5

Color information

#317DB5 (or 0x317DB5) is unknown color: approx Curious Blue. HEX triplet: 31, 7D and B5. RGB value is (49,125,181). Sum of RGB (Red+Green+Blue) = 49+125+181=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #317DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DB5 is #CE824A. Grayscale: #6C6C6C. Windows color (decimal): -13533771 or 11894065. OLE color: 11894065.

HSL color Cylindrical-coordinate representation of color #317DB5: hue angle of 205.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #317DB5 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB49125181-
CMYK0.730.3100.29
HSL205.45º57.39%45.1%-
HSV(B)205.45º72.93%70.98%-
XYZ16.9418.6646.42-
YUV108.66168.8285.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 181 (71.09% from 255) = 50.99%
R=13.80%
G=35.21%
B=50.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491251810.730.3100.29205.4557.3945.1
Hex317DB5491F01Dcd392d
Octal61175265111370353157155
Binary11000111111011011010110010011111101110111001101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317DB5; }

 p { color: rgb(49,125,181); }

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

<style>
 a { background-color: #317DB5; }

 a { background-color: rgb(49,125,181); }

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

<style>
 span { border-color: #317DB5; }

 span { border-color: rgb(49,125,181); }

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