#317BAE

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

Shades of Curious Blue #317BAE

Tints of Curious Blue #317BAE

Color information

#317BAE (or 0x317BAE) is unknown color: approx Curious Blue. HEX triplet: 31, 7B and AE. RGB value is (49,123,174). Sum of RGB (Red+Green+Blue) = 49+123+174=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #317BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BAE is #CE8451. Grayscale: #6A6A6A. Windows color (decimal): -13534290 or 11434801. OLE color: 11434801.

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

Color convert

RGB49123174-
CMYK0.720.2900.32
HSL204.48º56.05%43.73%-
HSV(B)204.48º71.84%68.24%-
XYZ15.9917.8742.65-
YUV106.69165.9886.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=14.16%
G=35.55%
B=50.29%

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
Decimal491231740.720.2900.32204.4856.0543.73
Hex317BAE481D020cc382c
Octal61173256110350403147054
Binary110001111101110101110100100011101010000011001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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