#316ec3

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

Shades of Curious Blue #316EC3

Tints of Curious Blue #316EC3

Color information

#316EC3 (or 0x316EC3) is unknown color: approx Curious Blue. HEX triplet: 31, 6E and C3. RGB value is (49,110,195). Sum of RGB (Red+Green+Blue) = 49+110+195=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #316EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EC3 is #CE913C. Grayscale: #656565. Windows color (decimal): -13537597 or 12807729. OLE color: 12807729.

HSL color Cylindrical-coordinate representation of color #316EC3: hue angle of 214.93º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #316EC3 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49110195-
CMYK0.750.4400.24
HSL214.93º59.84%47.84%-
HSV(B)214.93º74.87%76.47%-
XYZ16.6915.7453.79-
YUV101.45180.7990.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 195 (76.56% from 255) = 55.08%
R=13.84%
G=31.07%
B=55.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491101950.750.4400.24214.9359.8447.84
Hex316EC34B2C018d73c30
Octal61156303113540303277460
Binary110001110111011000011100101110110001100011010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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