#317FC4

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

Shades of Curious Blue #317FC4

Tints of Curious Blue #317FC4

Color information

#317FC4 (or 0x317FC4) is unknown color: approx Curious Blue. HEX triplet: 31, 7F and C4. RGB value is (49,127,196). Sum of RGB (Red+Green+Blue) = 49+127+196=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #317FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FC4 is #CE803B. Grayscale: #6F6F6F. Windows color (decimal): -13533244 or 12877617. OLE color: 12877617.

HSL color Cylindrical-coordinate representation of color #317FC4: hue angle of 208.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317FC4 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49127196-
CMYK0.750.3500.23
HSL208.16º60%48.04%-
HSV(B)208.16º75%76.86%-
XYZ18.8219.8255.06-
YUV111.54175.6683.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.17%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 196 (76.95% from 255) = 52.69%
R=13.17%
G=34.14%
B=52.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491271960.750.3500.23208.166048.04
Hex317FC44B23017d03c30
Octal61177304113430273207460
Binary110001111111111000100100101110001101011111010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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