#317CAE

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

Shades of Curious Blue #317CAE

Tints of Curious Blue #317CAE

Color information

#317CAE (or 0x317CAE) is unknown color: approx Curious Blue. HEX triplet: 31, 7C and AE. RGB value is (49,124,174). Sum of RGB (Red+Green+Blue) = 49+124+174=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #317CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317CAE is #CE8351. Grayscale: #6B6B6B. Windows color (decimal): -13534034 or 11435057. OLE color: 11435057.

HSL color Cylindrical-coordinate representation of color #317CAE: hue angle of 204º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317CAE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49124174-
CMYK0.720.2900.32
HSL204º56.05%43.73%-
HSV(B)204º71.84%68.24%-
XYZ16.1118.1242.69-
YUV107.28165.6586.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=14.12%
G=35.73%
B=50.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491241740.720.2900.3220456.0543.73
Hex317CAE481D020cc382c
Octal61174256110350403147054
Binary110001111110010101110100100011101010000011001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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