#317DB0

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

Shades of Curious Blue #317DB0

Tints of Curious Blue #317DB0

Color information

#317DB0 (or 0x317DB0) is unknown color: approx Curious Blue. HEX triplet: 31, 7D and B0. RGB value is (49,125,176). Sum of RGB (Red+Green+Blue) = 49+125+176=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #317DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DB0 is #CE824F. Grayscale: #6B6B6B. Windows color (decimal): -13533776 or 11566385. OLE color: 11566385.

HSL color Cylindrical-coordinate representation of color #317DB0: hue angle of 204.09º 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 #317DB0 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49125176-
CMYK0.720.2900.31
HSL204.09º56.44%44.12%-
HSV(B)204.09º72.16%69.02%-
XYZ16.4418.4543.77-
YUV108.09166.3285.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=14%
G=35.71%
B=50.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491251760.720.2900.31204.0956.4444.12
Hex317DB0481D01Fcc382c
Octal61175260110350373147054
Binary11000111111011011000010010001110101111111001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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