#317DC7

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

Shades of Curious Blue #317DC7

Tints of Curious Blue #317DC7

Color information

#317DC7 (or 0x317DC7) is unknown color: approx Curious Blue. HEX triplet: 31, 7D and C7. RGB value is (49,125,199). Sum of RGB (Red+Green+Blue) = 49+125+199=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #317DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DC7 is #CE8238. Grayscale: #6E6E6E. Windows color (decimal): -13533753 or 13073713. OLE color: 13073713.

HSL color Cylindrical-coordinate representation of color #317DC7: hue angle of 209.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317DC7 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49125199-
CMYK0.750.3700.22
HSL209.6º60.48%48.63%-
HSV(B)209.6º75.38%78.04%-
XYZ18.9119.4456.79-
YUV110.71177.8283.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 199 (78.12% from 255) = 53.35%
R=13.14%
G=33.51%
B=53.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491251990.750.3700.22209.660.4848.63
Hex317DC74B25016d23c31
Octal61175307113450263227461
Binary110001111110111000111100101110010101011011010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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