#317FB0

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

Shades of Curious Blue #317FB0

Tints of Curious Blue #317FB0

Color information

#317FB0 (or 0x317FB0) is unknown color: approx Curious Blue. HEX triplet: 31, 7F and B0. RGB value is (49,127,176). Sum of RGB (Red+Green+Blue) = 49+127+176=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #317FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317FB0 is #CE804F. Grayscale: #6C6C6C. Windows color (decimal): -13533264 or 11566897. OLE color: 11566897.

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

Color convert

RGB49127176-
CMYK0.720.2800.31
HSL203.15º56.44%44.12%-
HSV(B)203.15º72.16%69.02%-
XYZ16.6918.9743.86-
YUV109.26165.6685.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 176 (69.14% from 255) = 50%
R=13.92%
G=36.08%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491271760.720.2800.31203.1556.4444.12
Hex317FB0481C01Fcb382c
Octal61177260110340373137054
Binary11000111111111011000010010001110001111111001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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