#318CBB

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

Shades of Curious Blue #318CBB

Tints of Curious Blue #318CBB

Color information

#318CBB (or 0x318CBB) is unknown color: approx Curious Blue. HEX triplet: 31, 8C and BB. RGB value is (49,140,187). Sum of RGB (Red+Green+Blue) = 49+140+187=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #318CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBB is #CE7344. Grayscale: #757575. Windows color (decimal): -13529925 or 12291121. OLE color: 12291121.

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

Color convert

RGB49140187-
CMYK0.740.2500.27
HSL200.43º58.47%46.27%-
HSV(B)200.43º73.8%73.33%-
XYZ19.612350.42-
YUV118.15166.8578.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.03%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=13.03%
G=37.23%
B=49.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491401870.740.2500.27200.4358.4746.27
Hex318CBB4A1901Bc83a2e
Octal61214273112310333107256
Binary110001100011001011101110010101100101101111001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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