#317EAB

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

Shades of Curious Blue #317EAB

Tints of Curious Blue #317EAB

Color information

#317EAB (or 0x317EAB) is unknown color: approx Curious Blue. HEX triplet: 31, 7E and AB. RGB value is (49,126,171). Sum of RGB (Red+Green+Blue) = 49+126+171=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #317EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317EAB is #CE8154. Grayscale: #6B6B6B. Windows color (decimal): -13533525 or 11238961. OLE color: 11238961.

HSL color Cylindrical-coordinate representation of color #317EAB: hue angle of 202.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317EAB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49126171-
CMYK0.710.2600.33
HSL202.13º55.45%43.14%-
HSV(B)202.13º71.35%67.06%-
XYZ16.0818.5141.25-
YUV108.11163.4985.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=14.16%
G=36.42%
B=49.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491261710.710.2600.33202.1355.4543.14
Hex317EAB471A021ca372b
Octal61176253107320413126753
Binary110001111111010101011100011111010010000111001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,126,171); }

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

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

 a { background-color: rgb(49,126,171); }

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

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

 span { border-color: rgb(49,126,171); }

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