#318DBE

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

Shades of Curious Blue #318DBE

Tints of Curious Blue #318DBE

Color information

#318DBE (or 0x318DBE) is unknown color: approx Curious Blue. HEX triplet: 31, 8D and BE. RGB value is (49,141,190). Sum of RGB (Red+Green+Blue) = 49+141+190=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #318DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DBE is #CE7241. Grayscale: #767676. Windows color (decimal): -13529666 or 12487985. OLE color: 12487985.

HSL color Cylindrical-coordinate representation of color #318DBE: hue angle of 200.85º 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 #318DBE is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49141190-
CMYK0.740.2600.25
HSL200.85º59%46.86%-
HSV(B)200.85º74.21%74.51%-
XYZ20.0923.4252.18-
YUV119.08168.0278.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.89%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 190 (74.61% from 255) = 50%
R=12.89%
G=37.11%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491411900.740.2600.25200.855946.86
Hex318DBE4A1A019c93b2f
Octal61215276112320313117357
Binary110001100011011011111010010101101001100111001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318DBE; }

 p { color: rgb(49,141,190); }

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

<style>
 a { background-color: #318DBE; }

 a { background-color: rgb(49,141,190); }

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

<style>
 span { border-color: #318DBE; }

 span { border-color: rgb(49,141,190); }

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