#317DC4

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

Shades of Curious Blue #317DC4

Tints of Curious Blue #317DC4

Color information

#317DC4 (or 0x317DC4) is unknown color: approx Curious Blue. HEX triplet: 31, 7D and C4. RGB value is (49,125,196). Sum of RGB (Red+Green+Blue) = 49+125+196=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #317DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DC4 is #CE823B. Grayscale: #6E6E6E. Windows color (decimal): -13533756 or 12877105. OLE color: 12877105.

HSL color Cylindrical-coordinate representation of color #317DC4: hue angle of 208.98º 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 #317DC4 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49125196-
CMYK0.750.3600.23
HSL208.98º60%48.04%-
HSV(B)208.98º75%76.86%-
XYZ18.5619.3154.97-
YUV110.37176.3284.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=13.24%
G=33.78%
B=52.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491251960.750.3600.23208.986048.04
Hex317DC44B24017d13c30
Octal61175304113440273217460
Binary110001111110111000100100101110010001011111010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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