#317EB0

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

Shades of Curious Blue #317EB0

Tints of Curious Blue #317EB0

Color information

#317EB0 (or 0x317EB0) is unknown color: approx Curious Blue. HEX triplet: 31, 7E and B0. RGB value is (49,126,176). Sum of RGB (Red+Green+Blue) = 49+126+176=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #317EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317EB0 is #CE814F. Grayscale: #6C6C6C. Windows color (decimal): -13533520 or 11566641. OLE color: 11566641.

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

Color convert

RGB49126176-
CMYK0.720.2800.31
HSL203.62º56.44%44.12%-
HSV(B)203.62º72.16%69.02%-
XYZ16.5618.7143.81-
YUV108.68165.9985.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=13.96%
G=35.90%
B=50.14%

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
Decimal491261760.720.2800.31203.6256.4444.12
Hex317EB0481C01Fcc382c
Octal61176260110340373147054
Binary11000111111101011000010010001110001111111001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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