#318CBE

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

Shades of Curious Blue #318CBE

Tints of Curious Blue #318CBE

Color information

#318CBE (or 0x318CBE) is unknown color: approx Curious Blue. HEX triplet: 31, 8C and BE. RGB value is (49,140,190). Sum of RGB (Red+Green+Blue) = 49+140+190=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #318CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBE is #CE7341. Grayscale: #767676. Windows color (decimal): -13529922 or 12487729. OLE color: 12487729.

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

Color convert

RGB49140190-
CMYK0.740.2600.25
HSL201.28º59%46.86%-
HSV(B)201.28º74.21%74.51%-
XYZ19.9423.1352.13-
YUV118.49168.3578.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=12.93%
G=36.94%
B=50.13%

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
Decimal491401900.740.2600.25201.285946.86
Hex318CBE4A1A019c93b2f
Octal61214276112320313117357
Binary110001100011001011111010010101101001100111001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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