#317CBE

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

Shades of Curious Blue #317CBE

Tints of Curious Blue #317CBE

Color information

#317CBE (or 0x317CBE) is unknown color: approx Curious Blue. HEX triplet: 31, 7C and BE. RGB value is (49,124,190). Sum of RGB (Red+Green+Blue) = 49+124+190=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #317CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CBE is #CE8341. Grayscale: #6C6C6C. Windows color (decimal): -13534018 or 12483633. OLE color: 12483633.

HSL color Cylindrical-coordinate representation of color #317CBE: hue angle of 208.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317CBE is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49124190-
CMYK0.740.3500.25
HSL208.09º59%46.86%-
HSV(B)208.09º74.21%74.51%-
XYZ17.7718.7951.4-
YUV109.1173.6585.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.50%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=13.50%
G=34.16%
B=52.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491241900.740.3500.25208.095946.86
Hex317CBE4A23019d03b2f
Octal61174276112430313207357
Binary110001111110010111110100101010001101100111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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