#318DB4

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

Shades of Curious Blue #318DB4

Tints of Curious Blue #318DB4

Color information

#318DB4 (or 0x318DB4) is unknown color: approx Curious Blue. HEX triplet: 31, 8D and B4. RGB value is (49,141,180). Sum of RGB (Red+Green+Blue) = 49+141+180=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #318DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB4 is #CE724B. Grayscale: #757575. Windows color (decimal): -13529676 or 11832625. OLE color: 11832625.

HSL color Cylindrical-coordinate representation of color #318DB4: hue angle of 197.86º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318DB4 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB49141180-
CMYK0.730.2200.29
HSL197.86º57.21%44.9%-
HSV(B)197.86º72.78%70.59%-
XYZ19.032346.62-
YUV117.94163.0278.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=13.24%
G=38.11%
B=48.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491411800.730.2200.29197.8657.2144.9
Hex318DB4491601Dc6392d
Octal61215264111260353067155
Binary110001100011011011010010010011011001110111000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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