#317CBD

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

Shades of Curious Blue #317CBD

Tints of Curious Blue #317CBD

Color information

#317CBD (or 0x317CBD) is unknown color: approx Curious Blue. HEX triplet: 31, 7C and BD. RGB value is (49,124,189). Sum of RGB (Red+Green+Blue) = 49+124+189=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #317CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CBD is #CE8342. Grayscale: #6C6C6C. Windows color (decimal): -13534019 or 12418097. OLE color: 12418097.

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

Color convert

RGB49124189-
CMYK0.740.3400.26
HSL207.86º58.82%46.67%-
HSV(B)207.86º74.07%74.12%-
XYZ17.6618.7450.83-
YUV108.98173.1585.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=13.54%
G=34.25%
B=52.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491241890.740.3400.26207.8658.8246.67
Hex317CBD4A2201Ad03b2f
Octal61174275112420323207357
Binary110001111110010111101100101010001001101011010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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