#317CC9

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

Shades of Curious Blue #317CC9

Tints of Curious Blue #317CC9

Color information

#317CC9 (or 0x317CC9) is unknown color: approx Curious Blue. HEX triplet: 31, 7C and C9. RGB value is (49,124,201). Sum of RGB (Red+Green+Blue) = 49+124+201=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #317CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CC9 is #CE8336. Grayscale: #6D6D6D. Windows color (decimal): -13534007 or 13204529. OLE color: 13204529.

HSL color Cylindrical-coordinate representation of color #317CC9: hue angle of 210.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317CC9 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49124201-
CMYK0.760.3800.21
HSL210.39º60.8%49.02%-
HSV(B)210.39º75.62%78.82%-
XYZ19.0219.2957.98-
YUV110.35179.1584.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=13.10%
G=33.16%
B=53.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491242010.760.3800.21210.3960.849.02
Hex317CC94C26015d23d31
Octal61174311114460253227561
Binary110001111110011001001100110010011001010111010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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