#317DC3

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

Shades of Curious Blue #317DC3

Tints of Curious Blue #317DC3

Color information

#317DC3 (or 0x317DC3) is unknown color: approx Curious Blue. HEX triplet: 31, 7D and C3. RGB value is (49,125,195). Sum of RGB (Red+Green+Blue) = 49+125+195=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #317DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DC3 is #CE823C. Grayscale: #6D6D6D. Windows color (decimal): -13533757 or 12811569. OLE color: 12811569.

HSL color Cylindrical-coordinate representation of color #317DC3: hue angle of 208.77º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317DC3 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49125195-
CMYK0.750.3600.24
HSL208.77º59.84%47.84%-
HSV(B)208.77º74.87%76.47%-
XYZ18.4519.2654.37-
YUV110.26175.8284.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.28%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 195 (76.56% from 255) = 52.85%
R=13.28%
G=33.88%
B=52.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491251950.750.3600.24208.7759.8447.84
Hex317DC34B24018d13c30
Octal61175303113440303217460
Binary110001111110111000011100101110010001100011010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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