#317CBF

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

Shades of Curious Blue #317CBF

Tints of Curious Blue #317CBF

Color information

#317CBF (or 0x317CBF) is unknown color: approx Curious Blue. HEX triplet: 31, 7C and BF. RGB value is (49,124,191). Sum of RGB (Red+Green+Blue) = 49+124+191=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #317CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CBF is #CE8340. Grayscale: #6C6C6C. Windows color (decimal): -13534017 or 12549169. OLE color: 12549169.

HSL color Cylindrical-coordinate representation of color #317CBF: hue angle of 208.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317CBF is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49124191-
CMYK0.740.3500.25
HSL208.31º59.17%47.06%-
HSV(B)208.31º74.35%74.9%-
XYZ17.8818.8351.98-
YUV109.21174.1585.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.46%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 191 (75% from 255) = 52.47%
R=13.46%
G=34.07%
B=52.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491241910.740.3500.25208.3159.1747.06
Hex317CBF4A23019d03b2f
Octal61174277112430313207357
Binary110001111110010111111100101010001101100111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,191); }

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

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

 a { background-color: rgb(49,124,191); }

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

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

 span { border-color: rgb(49,124,191); }

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