#317BB1

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

Shades of Curious Blue #317BB1

Tints of Curious Blue #317BB1

Color information

#317BB1 (or 0x317BB1) is unknown color: approx Curious Blue. HEX triplet: 31, 7B and B1. RGB value is (49,123,177). Sum of RGB (Red+Green+Blue) = 49+123+177=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #317BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BB1 is #CE844E. Grayscale: #6A6A6A. Windows color (decimal): -13534287 or 11631409. OLE color: 11631409.

HSL color Cylindrical-coordinate representation of color #317BB1: hue angle of 205.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317BB1 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49123177-
CMYK0.720.3100.31
HSL205.31º56.64%44.31%-
HSV(B)205.31º72.32%69.41%-
XYZ16.2917.9944.21-
YUV107.03167.4886.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=14.04%
G=35.24%
B=50.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491231770.720.3100.31205.3156.6444.31
Hex317BB1481F01Fcd392c
Octal61173261110370373157154
Binary11000111110111011000110010001111101111111001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,177); }

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

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

 a { background-color: rgb(49,123,177); }

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

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

 span { border-color: rgb(49,123,177); }

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