#317ACD

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

Shades of Curious Blue #317ACD

Tints of Curious Blue #317ACD

Color information

#317ACD (or 0x317ACD) is unknown color: approx Curious Blue. HEX triplet: 31, 7A and CD. RGB value is (49,122,205). Sum of RGB (Red+Green+Blue) = 49+122+205=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #317ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ACD is #CE8532. Grayscale: #6D6D6D. Windows color (decimal): -13534515 or 13466161. OLE color: 13466161.

HSL color Cylindrical-coordinate representation of color #317ACD: hue angle of 211.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317ACD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49122205-
CMYK0.760.4000.20
HSL211.92º61.42%49.8%-
HSV(B)211.92º76.1%80.39%-
XYZ19.2518.9860.41-
YUV109.64181.8284.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.03%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=13.03%
G=32.45%
B=54.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491222050.760.4000.20211.9261.4249.8
Hex317ACD4C28014d43d32
Octal61172315114500243247562
Binary110001111101011001101100110010100001010011010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,122,205); }

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

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

 a { background-color: rgb(49,122,205); }

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

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

 span { border-color: rgb(49,122,205); }

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