#318EBB

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

Shades of Curious Blue #318EBB

Tints of Curious Blue #318EBB

Color information

#318EBB (or 0x318EBB) is unknown color: approx Curious Blue. HEX triplet: 31, 8E and BB. RGB value is (49,142,187). Sum of RGB (Red+Green+Blue) = 49+142+187=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #318EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EBB is #CE7144. Grayscale: #777777. Windows color (decimal): -13529413 or 12291633. OLE color: 12291633.

HSL color Cylindrical-coordinate representation of color #318EBB: hue angle of 199.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318EBB is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49142187-
CMYK0.740.2400.27
HSL199.57º58.47%46.27%-
HSV(B)199.57º73.8%73.33%-
XYZ19.9123.5950.52-
YUV119.32166.1977.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.96%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=12.96%
G=37.57%
B=49.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491421870.740.2400.27199.5758.4746.27
Hex318EBB4A1801Bc83a2e
Octal61216273112300333107256
Binary110001100011101011101110010101100001101111001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,142,187); }

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

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

 a { background-color: rgb(49,142,187); }

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

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

 span { border-color: rgb(49,142,187); }

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