#316EBF

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

Shades of Curious Blue #316EBF

Tints of Curious Blue #316EBF

Color information

#316EBF (or 0x316EBF) is unknown color: approx Curious Blue. HEX triplet: 31, 6E and BF. RGB value is (49,110,191). Sum of RGB (Red+Green+Blue) = 49+110+191=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #316EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EBF is #CE9140. Grayscale: #646464. Windows color (decimal): -13537601 or 12545585. OLE color: 12545585.

HSL color Cylindrical-coordinate representation of color #316EBF: hue angle of 214.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316EBF is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49110191-
CMYK0.740.4200.25
HSL214.23º59.17%47.06%-
HSV(B)214.23º74.35%74.9%-
XYZ16.2515.5751.44-
YUV100.99178.7990.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 54.57%
R=14%
G=31.43%
B=54.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491101910.740.4200.25214.2359.1747.06
Hex316EBF4A2A019d63b2f
Octal61156277112520313267357
Binary110001110111010111111100101010101001100111010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316EBF; }

 p { color: rgb(49,110,191); }

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

<style>
 a { background-color: #316EBF; }

 a { background-color: rgb(49,110,191); }

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

<style>
 span { border-color: #316EBF; }

 span { border-color: rgb(49,110,191); }

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